diff options
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 6e8bb4f0..0e4219b9 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -286,7 +286,6 @@ With two prefix arguments, write out the day and month name." :commands (counsel-projectile-switch-project counsel-projectile-rg counsel-projectile-switch-to-buffer) - :after (counsel projectile ivy-hydra) :config (progn (with-eval-after-load 'evil-ex (evil-ex-define-cmd "cprg" #'counsel-projectile-rg) |