summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index b7fab19..e15af33 100644
--- a/init.org
+++ b/init.org
@@ -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)