summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-30 11:47:06 +0200
committerAlan Pearce2017-05-30 11:47:06 +0200
commite9049339b060d464e60374c22b918ba94fd78b69 (patch)
tree9a8e4a79df0f00c3850ecea3497ecd68f64fc5c0 /emacs
parentc82f34646cba655b49d2bc2a2247efb46e01d518 (diff)
downloaddotfiles-e9049339b060d464e60374c22b918ba94fd78b69.tar.lz
dotfiles-e9049339b060d464e60374c22b918ba94fd78b69.tar.zst
dotfiles-e9049339b060d464e60374c22b918ba94fd78b69.zip
Emacs: Tweak the fringe
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 1bac4ef..8d8f844 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -302,7 +302,8 @@ Sometimes I like to hide clutter.  Other times, it's useful.
 (when mode-line-default-hidden
   (call-interactively #'hide-mode-line))
 
-(setq-default indicate-buffer-boundaries 'left)
+(setq-default indicate-buffer-boundaries nil)
+(fringe-mode '(4 . 4))
 
 (defun hide-mode-line-if-default-hidden ()
   (if mode-line-default-hidden