diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -151,8 +151,13 @@ Set our ~package-archives~, and install our packages (unless (package-installed-p 'use-package) (package-install 'use-package)) + + ;; set and load custom.el + (setq custom-file (concat user-emacs-directory "custom.el")) + (load custom-file 'noerror) #+end_src + * UI Settings ** Basic UI Fonts and basic appearance settings |