config/default: restore find-in-snippets command #597
And conditionally bind snippets keybinds
This commit is contained in:
parent
553d00b598
commit
1b8dce260b
2 changed files with 11 additions and 7 deletions
|
@ -36,8 +36,10 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun +default/browse-snippets ()
|
||||
(interactive) (doom-project-browse emacs-snippets-dir))
|
||||
;; NOTE No need for a browse-snippets variant, use `yas-visit-snippet-file'
|
||||
(interactive) (doom-project-browse +snippets-dir))
|
||||
;;;###autoload
|
||||
(defun +default/find-in-snippets ()
|
||||
(interactive) (doom-project-find-file +snippets-dir))
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/find-in-config ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue