summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-03-15 19:12:50 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-03-15 19:12:50 -0700
commit78fc6c64295a875c6973bf313c56a3ac921abba4 (patch)
treed581047a254a718bbb862bf0aa1226ca9d9fe7c2 /emacs.d/custom
parentemacs: new path to load elisp code (diff)
downloademacs.d-78fc6c64295a875c6973bf313c56a3ac921abba4.tar.gz
emacs: move configuration for the fringe
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-ui.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index e2fd001..23c51b8 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -1,10 +1,7 @@
 (use-package fringe
   :custom
-  (left-fringe-width 10)
-  (right-fringe-width 10))
-
-(use-package diminish
-  :ensure t)
+  (left-fringe-width 5)
+  (right-fringe-width 5))
 
 (use-package scroll-bar
   :config