From 38f295586c41879c04de7a2ced13d118cbae5c8a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 11 Feb 2020 08:25:34 -0800 Subject: emacs: ensure the package diminish is installed. --- emacs.d/custom/fcuny-ui.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index 40413e8..ea4413c 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -3,6 +3,9 @@ (left-fringe-width 10) (right-fringe-width 10)) +(use-package diminish + :ensure t) + (use-package scroll-bar :config (scroll-bar-mode -1)) -- cgit 1.4.1