From 50420c3af0d1ab61aca1c550ea4b8d252ab863cc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 19 May 2017 09:03:36 +0200 Subject: emacs: removed typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/init.org') 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. -- cgit v1.2.3