Update.
authorFrancois Fleuret <francois@fleuret.org>
Mon, 14 Oct 2013 20:32:28 +0000 (22:32 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Mon, 14 Oct 2013 20:32:28 +0000 (22:32 +0200)
emacs.el

index a3e1386..7687fbc 100644 (file)
--- a/emacs.el
+++ b/emacs.el
@@ -50,6 +50,7 @@
 ;; Nor fringes
 ;; (when (functionp 'fringe-mode) (fringe-mode '(0 . 0)))
 ;; (when (functionp 'fringe-mode) (fringe-mode '(0 . 1)))
+(when (functionp 'fringe-mode) (fringe-mode '(12 . 12)))
 
 ;; And I do not like scrollbar neither
 (when (functionp 'scroll-bar-mode) (scroll-bar-mode -1))