REF remove useless code

This commit is contained in:
Nathan Dwarshuis 2020-08-17 23:54:29 -04:00
parent 21ce8b5ed3
commit e351ba3298
1 changed files with 0 additions and 3 deletions

View File

@ -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.")