diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-02-11 08:25:34 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-02-11 08:25:34 -0800 |
commit | 38f295586c41879c04de7a2ced13d118cbae5c8a (patch) | |
tree | 9bc4cb7a7766093c0a491f75ebf13c080bfeca02 /emacs | |
parent | lsp: add peek definition to hydra. (diff) | |
download | emacs.d-38f295586c41879c04de7a2ced13d118cbae5c8a.tar.gz |
emacs: ensure the package diminish is installed.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 3 |
1 files changed, 3 insertions, 0 deletions
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)) |