summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-01-13 12:54:35 -0800
committerFranck Cuny <franck.cuny@gmail.com>2020-01-13 12:54:35 -0800
commita85380c7bb8b8d787e5dca8a7f0f1b6a5b0c1e1f (patch)
tree086b4bf04b50ac33fecc039685cd6befe9ed177b /emacs.d
parentemacs/prog: switch to lsp-mode (diff)
downloademacs.d-a85380c7bb8b8d787e5dca8a7f0f1b6a5b0c1e1f.tar.gz
emacs/nav: diminish ivy/counsel.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-navigation.el2
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)