diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 14:59:04 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:15 +0100 |
commit | a8b26bf5806e4e4ba94838149cedf32f4f0ef13e (patch) | |
tree | 2caa8bda0220227b844d8213cc20bea804d9cf5f | |
parent | 43249fc4e88b545fdf724ce4ed173ca6cdabe1f3 (diff) |
Remove accidentally comma.
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ Match any part in any order. Also tell Emacs that I want to have a separate file for all other customisations that are handled through =M-x customize=. -,#+BEGIN_SRC elisp +#+BEGIN_SRC elisp ;; Keep emacs Custom-settings in separate file (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) (load custom-file) |