diff options
author | Alan Pearce | 2019-07-26 10:31:41 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-26 10:31:41 +0200 |
commit | 24106be951633892312ff354bc81e2b34150031c (patch) | |
tree | eb69f9ddb90f32df80f39aee9b45dd7ecde85085 | |
parent | 57cdf34a6f5f2b2663b22f7be22ea73447b9c6f4 (diff) | |
download | dotfiles-24106be951633892312ff354bc81e2b34150031c.tar.lz dotfiles-24106be951633892312ff354bc81e2b34150031c.tar.zst dotfiles-24106be951633892312ff354bc81e2b34150031c.zip |
Emacs: load counsel-projectile earlier
-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 6e8bb4f..0e4219b 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) |