private/hlissner: rethink keybindings + fix find-in-* snippet commands + fix :tablast typo
This commit is contained in:
parent
80c3584a78
commit
a9e4f7c2b4
3 changed files with 34 additions and 37 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue