Remove doom/open-env
This file shouldn't be edited by hand anyway.
This commit is contained in:
parent
ea857aa553
commit
34e3985409
1 changed files with 0 additions and 9 deletions
|
@ -18,15 +18,6 @@
|
||||||
(interactive)
|
(interactive)
|
||||||
(doom-project-find-file doom-private-dir))
|
(doom-project-find-file doom-private-dir))
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defun doom/open-env ()
|
|
||||||
"TODO"
|
|
||||||
(interactive)
|
|
||||||
(when (and (not (file-exists-p doom-env-file))
|
|
||||||
(y-or-n-p "User doesn't have an envvar file, generate one?"))
|
|
||||||
(doom/reload-env))
|
|
||||||
(find-file doom-env-file))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom/reload (&optional force-p)
|
(defun doom/reload (&optional force-p)
|
||||||
"Reloads your private config.
|
"Reloads your private config.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue