Introduce new configuration section for paths

This commit is contained in:
Daniel - 2020-09-12 11:32:27 +02:00
parent 471933e25c
commit 5aea5ba37e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 6 additions and 5 deletions

11
init.el
View File

@ -55,6 +55,12 @@
(setq use-package-verbose t
use-package-minimum-reported-time 0.01)
;; * Paths
(setq custom-file (expand-file-name "private/custom.el" emacs-d)
custom-theme-directory (expand-file-name "themes/" emacs-d))
(add-to-list 'load-path (expand-file-name "site-lisp" emacs-d))
@ -344,9 +350,6 @@
(unless (file-directory-p private-data-dir)
(make-directory private-data-dir)))
(setq custom-file
(expand-file-name "private/custom.el" emacs-d))
(use-package cl-lib)
(use-package subr-x)
@ -440,8 +443,6 @@
(setq tramp-save-ad-hoc-proxies t)
(setq custom-theme-directory (expand-file-name "themes/" emacs-d))
;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html
(setq math-additional-units
'((bit nil "Bit")