diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-03-15 19:12:50 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-03-15 19:12:50 -0700 |
commit | 78fc6c64295a875c6973bf313c56a3ac921abba4 (patch) | |
tree | d581047a254a718bbb862bf0aa1226ca9d9fe7c2 /emacs | |
parent | emacs: new path to load elisp code (diff) | |
download | emacs.d-78fc6c64295a875c6973bf313c56a3ac921abba4.tar.gz |
emacs: move configuration for the fringe
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 7 |
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 |