diff options
-rw-r--r-- | config.org | 7 |
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 |