aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-05-19 09:03:36 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2017-05-19 09:03:36 +0200
commit50420c3af0d1ab61aca1c550ea4b8d252ab863cc (patch)
tree3bd0f629c5ada5298686465880e8f331e001e9a2 /emacs/init.org
parenta7342665dd54b3dcfa7194f5c4a350208d255a96 (diff)
downloaddotfiles-50420c3af0d1ab61aca1c550ea4b8d252ab863cc.tar.gz
dotfiles-50420c3af0d1ab61aca1c550ea4b8d252ab863cc.zip
emacs: removed typo
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
-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.