summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-12-23 15:55:58 +0100
committerAlan Pearce2015-12-23 15:55:58 +0100
commit17574627e50f0f8456a8b9c528826a6eddfce81c (patch)
tree99daf2f36fa3f42da0f9f312b153f0680fc3c632 /tag-emacs
parent4c98cfe9ac363948087307020b2d337920ee5a8a (diff)
downloaddotfiles-17574627e50f0f8456a8b9c528826a6eddfce81c.tar.lz
dotfiles-17574627e50f0f8456a8b9c528826a6eddfce81c.tar.zst
dotfiles-17574627e50f0f8456a8b9c528826a6eddfce81c.zip
Emacs: Fix projectile-pt keybind
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 138d1f0..63a09a7 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -219,7 +219,7 @@ brew install pt
 #+BEGIN_SRC emacs-lisp
   (use-package pt
     :pin melpa-stable
-    :bind* ("C-c p s" . ap/projectile-pt)
+    :bind* ("C-c p s s" . ap/projectile-pt)
     :config (progn
               (defun pt (string directory &optional args)
                 (interactive (list (read-from-minibuffer "Pt search for: " (thing-at-point 'symbol))