From 17574627e50f0f8456a8b9c528826a6eddfce81c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 23 Dec 2015 15:55:58 +0100 Subject: Emacs: Fix projectile-pt keybind --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') 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)) -- cgit 1.4.1