From 5aea5ba37ec4eb988638d703b131b9d9a90d9a6f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 11:32:27 +0200 Subject: [PATCH] Introduce new configuration section for paths --- init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 084e1e1..263d725 100644 --- a/init.el +++ b/init.el @@ -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")