diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-05-19 09:03:36 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-05-19 09:03:36 +0200 |
| commit | 50420c3af0d1ab61aca1c550ea4b8d252ab863cc (patch) | |
| tree | 3bd0f629c5ada5298686465880e8f331e001e9a2 /emacs/init.org | |
| parent | a7342665dd54b3dcfa7194f5c4a350208d255a96 (diff) | |
| download | dotfiles-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.org | 3 |
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. |
