aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org
index c4d16da..8b9c677 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -63,6 +63,7 @@ on each change, the following function is provided:
(add-hook 'after-save-hook 'tangle-init)
#+END_SRC
+
* Introduction
I'm using GNU Emacs 25, but everything should be working in GNU Emacs 24. There
@@ -142,7 +143,7 @@ Use UTF-8 *always*.
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-language-environment 'utf-8)
-#+END_SRC elisp
+#+END_SRC
Some editing tweaks like tabs vs spaces, maximum column width, etc.