summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-01 10:54:43 -0600
committerCase Duckworth2021-01-01 10:54:43 -0600
commit5738de38fc611260041ffb318211b98a901c9325 (patch)
tree08df07698f1f5a373ad940e2f8d03c85ee68115f /config.org
parentAdd cussface (diff)
downloademacs-5738de38fc611260041ffb318211b98a901c9325.tar.gz
emacs-5738de38fc611260041ffb318211b98a901c9325.zip
Add custom.el logic
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
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.
126(require 'no-littering) 126(require 'no-littering)
127#+END_SRC 127#+END_SRC
128 128
129*** Don’t clutter =init.el= with customizations
130
131#+begin_src emacs-lisp
132 (with-eval-after-load 'no-littering
133 (cuss custom-file (no-littering-expand-etc-file-name "custom.el")))
134#+end_src
135
129** Look and feel 136** Look and feel
130 137
131*** Cursor 138*** Cursor