Minor refactors across the board
This commit is contained in:
parent
774ca43e32
commit
ddce674a6c
4 changed files with 89 additions and 79 deletions
7
bin/doom
7
bin/doom
|
@ -10,10 +10,9 @@
|
|||
":"; exec $EMACS --script "$0" -- "$@"
|
||||
":"; exit 0
|
||||
|
||||
(setq user-emacs-directory
|
||||
(or (getenv "EMACSDIR")
|
||||
(expand-file-name "../" (file-name-directory (file-truename load-file-name)))))
|
||||
|
||||
(defconst user-emacs-directory
|
||||
(or (getenv "EMACSDIR")
|
||||
(expand-file-name "../" (file-name-directory (file-truename load-file-name)))))
|
||||
|
||||
(defun usage ()
|
||||
(with-temp-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue