From ce7ae17b5d116f59b8e9139b467bc4c2bff5ed65 Mon Sep 17 00:00:00 2001 From: shoshin Date: Mon, 4 Jul 2022 19:42:54 -0500 Subject: Add: [emacs] preamble for separate custom-file --- shoshin-config.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shoshin-config.el') diff --git a/shoshin-config.el b/shoshin-config.el index 599c28f..e57b2b5 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -1,5 +1,8 @@ ;;; shoshimacs.el --- Beginner's Mind Config -*- lexical-binding:t -*- +(setq custom-file "~/.emacs.d/shoshimacs-custom.el") +(load custom-file) + ;;; Package Management (when (< emacs-major-version 28) (package-initialize) @@ -118,7 +121,7 @@ (mapc #'package-install my-themes-to-install) (defvar my-chosen-themes - '(cyberpunk dracula leuven modus-operandi modus-vivendi + '(cyberpunk dichromacy dracula leuven modus-operandi modus-vivendi nano-dark nano-light tango tango-dark) "List of themes I prefer for narrowing and random selection.") (load-theme (seq-random-elt my-chosen-themes)) -- cgit v1.2.3