From eee140bfd755c3b8ad60f88e63e213892895f680 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 4 Jan 2023 13:20:14 -0900 Subject: [PATCH] Remove obsolete addition of custom-theme-directory --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 4a79c79..9ca58aa 100644 --- a/init.el +++ b/init.el @@ -17,7 +17,6 @@ (concat user-emacs-directory (convert-standard-filename "lisp/")))) (add-to-list 'load-path mitch-directory t) -(setq custom-theme-directory mitch-directory) (require 'mitch-defuns)