mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/hlissner: rethink keybindings + fix find-in-* snippet commands + fix :tablast typo
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user