diff options
author | Alan Pearce | 2015-12-23 15:55:58 +0100 |
---|---|---|
committer | Alan Pearce | 2015-12-23 15:55:58 +0100 |
commit | 17574627e50f0f8456a8b9c528826a6eddfce81c (patch) | |
tree | 99daf2f36fa3f42da0f9f312b153f0680fc3c632 /tag-emacs/emacs.d/init.org | |
parent | 4c98cfe9ac363948087307020b2d337920ee5a8a (diff) | |
download | nixfiles-17574627e50f0f8456a8b9c528826a6eddfce81c.tar.lz nixfiles-17574627e50f0f8456a8b9c528826a6eddfce81c.tar.zst nixfiles-17574627e50f0f8456a8b9c528826a6eddfce81c.zip |
Emacs: Fix projectile-pt keybind
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 138d1f03..63a09a78 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)) |