Move +default/{find-in,browse}-emacsd to core lib
Renamed them to: + doom/find-file-in-emacsd + doom/browse-in-emacsd
This commit is contained in:
parent
892493741f
commit
03fe396eea
5 changed files with 14 additions and 15 deletions
|
@ -15,15 +15,6 @@
|
|||
"Find a file under `+file-templates-dir', recursively."
|
||||
(interactive) (doom-project-find-file +file-templates-dir))
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/browse-emacsd ()
|
||||
"Browse files from `doom-emacs-dir'."
|
||||
(interactive) (doom-project-browse doom-emacs-dir))
|
||||
;;;###autoload
|
||||
(defun +default/find-in-emacsd ()
|
||||
"Find a file under `doom-emacs-dir', recursively."
|
||||
(interactive) (doom-project-find-file doom-emacs-dir))
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/browse-notes ()
|
||||
"Browse files from `org-directory'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue