REF remove useless code
This commit is contained in:
parent
21ce8b5ed3
commit
e351ba3298
3
init.el
3
init.el
|
@ -41,9 +41,6 @@
|
||||||
;; configure all config paths before anything else is loaded
|
;; configure all config paths before anything else is loaded
|
||||||
(use-package no-littering :straight t)
|
(use-package no-littering :straight t)
|
||||||
|
|
||||||
(defvar nd/conf-dir "~/.emacs.d/"
|
|
||||||
"The absolute path to the EMACS configuration directory.")
|
|
||||||
|
|
||||||
(defvar nd/conf-main (no-littering-expand-etc-file-name "conf.org")
|
(defvar nd/conf-main (no-littering-expand-etc-file-name "conf.org")
|
||||||
"The absolute path the main EMACS configuration file.")
|
"The absolute path the main EMACS configuration file.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue