diff options
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 |