diff options
Diffstat (limited to 'tag-emacs')
-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 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)) |