private/hlissner: rethink keybindings + fix find-in-* snippet commands + fix :tablast typo

This commit is contained in:
Henrik Lissner 2017-03-07 16:23:56 -05:00
parent 80c3584a78
commit a9e4f7c2b4
3 changed files with 34 additions and 37 deletions

View file

@ -12,13 +12,13 @@ private/hlissner/snippets."
(defun +hlissner/find-in-templates ()
"Browse through snippets folder"
(interactive)
(projectile-find-file-in-directory (car yas-snippet-dirs)))
(projectile-find-file-in-directory +file-templates-dir))
;;;###autoload
(defun +hlissner/find-in-snippets ()
"Browse through snippets folder"
(interactive)
(projectile-find-file-in-directory (car yas-snippet-dirs)))
(projectile-find-file-in-directory +hlissner-snippets-dir))
;;;###autoload
(defun +hlissner/find-in-dotfiles ()