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:
Henrik Lissner 2020-11-18 19:56:47 -05:00
parent 892493741f
commit 03fe396eea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 14 additions and 15 deletions

View file

@ -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