diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-01-13 12:54:35 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-01-13 12:54:35 -0800 |
commit | a85380c7bb8b8d787e5dca8a7f0f1b6a5b0c1e1f (patch) | |
tree | 086b4bf04b50ac33fecc039685cd6befe9ed177b /emacs | |
parent | emacs/prog: switch to lsp-mode (diff) | |
download | emacs.d-a85380c7bb8b8d787e5dca8a7f0f1b6a5b0c1e1f.tar.gz |
emacs/nav: diminish ivy/counsel.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-navigation.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el index 69730b2..218dd7d 100644 --- a/emacs.d/custom/fcuny-navigation.el +++ b/emacs.d/custom/fcuny-navigation.el @@ -11,6 +11,7 @@ (bookmark-save-flag 1)) (use-package counsel + :diminish counsel-mode :ensure t :after ivy :init (counsel-mode 1) @@ -84,6 +85,7 @@ (use-package ivy :ensure t + :diminish ivy-mode :init (ivy-mode 1) :custom (ivy-use-virtual-buffers t) |