From 5738de38fc611260041ffb318211b98a901c9325 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 1 Jan 2021 10:54:43 -0600 Subject: Add custom.el logic --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index c07f5e5..09f37ae 100644 --- a/config.org +++ b/config.org @@ -126,6 +126,13 @@ doesn't work, I'll call git directly and clone the repo myself. (require 'no-littering) #+END_SRC +*** Don’t clutter =init.el= with customizations + +#+begin_src emacs-lisp + (with-eval-after-load 'no-littering + (cuss custom-file (no-littering-expand-etc-file-name "custom.el"))) +#+end_src + ** Look and feel *** Cursor -- cgit 1.4.1-21-gabe81