From 78fc6c64295a875c6973bf313c56a3ac921abba4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Mar 2020 19:12:50 -0700 Subject: emacs: move configuration for the fringe --- emacs.d/custom/fcuny-ui.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emacs.d/custom') 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 -- cgit 1.4.1