diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-02 14:08:31 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-10-02 14:08:31 +0200 |
| commit | 4744f6dd063afa8a0ce450bef1fc7c20d6ebb9a7 (patch) | |
| tree | fa684be5cd9e896edb0ec16989c60d49b14bf272 /.emacs.d/init.org | |
| parent | 25b8532c28c47c61a4d802dbae3905da6f532ea8 (diff) | |
| download | dotfiles-4744f6dd063afa8a0ce450bef1fc7c20d6ebb9a7.tar.gz dotfiles-4744f6dd063afa8a0ce450bef1fc7c20d6ebb9a7.zip | |
emacs: fixed weird error with accents
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index ddab794..8795273 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -817,6 +817,12 @@ If this is not the case, then this function is synonimous to `end-of-line'." (advice-add 'evil-previous-line :around 'evil-previous-line--check-visual-line-mode)) #+END_SRC +For whatever reason now I need this to type accents: + +#+BEGIN_SRC elisp +(require 'iso-transl) +#+END_SRC + ** Spell checking Basic =flycheck= configuration: |
