projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4beb52
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 14 Oct 2013 20:32:28 +0000
(22:32 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 14 Oct 2013 20:32:28 +0000
(22:32 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/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))