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
|
@ -56,6 +56,16 @@ they are absolute."
|
|||
(error "Project directory '%s' doesn't exist" project-root))
|
||||
(doom-project-browse project-root))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/browse-in-emacsd ()
|
||||
"Browse files from `doom-emacs-dir'."
|
||||
(interactive) (doom-project-browse doom-emacs-dir))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/find-file-in-emacsd ()
|
||||
"Find a file under `doom-emacs-dir', recursively."
|
||||
(interactive) (doom-project-find-file doom-emacs-dir))
|
||||
|
||||
|
||||
;;
|
||||
;;; Library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue