summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-02-21 11:24:20 +0100
committerAlan Pearce2018-02-21 11:24:20 +0100
commit64d4ecbb08d57d9399eaad9bf5a7870054f99e80 (patch)
treedb72b226766e81c95ad216ce632f806113e90e0e
parent70a0e3c9784071b8f0470b868d3595584da235da (diff)
downloaddotfiles-64d4ecbb08d57d9399eaad9bf5a7870054f99e80.tar.lz
dotfiles-64d4ecbb08d57d9399eaad9bf5a7870054f99e80.tar.zst
dotfiles-64d4ecbb08d57d9399eaad9bf5a7870054f99e80.zip
Emacs: Fix incorrect function call
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index d75ce9a..4cab6c0 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -574,7 +574,7 @@
 (use-package counsel-projectile
   :after (counsel projectile)
   :config (progn
-            (counsel-projectile-on)
+            (counsel-projectile-mode +1)
             (def-projectile-commander-method ?A
               "Find rg on project."
               (call-interactively #'counsel-projectile-rg))