summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-14 14:59:04 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-14 15:05:15 +0100
commita8b26bf5806e4e4ba94838149cedf32f4f0ef13e (patch)
tree2caa8bda0220227b844d8213cc20bea804d9cf5f
parent43249fc4e88b545fdf724ce4ed173ca6cdabe1f3 (diff)
Remove accidentally comma.
-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)