From 4744f6dd063afa8a0ce450bef1fc7c20d6ebb9a7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 2 Oct 2020 14:08:31 +0200 Subject: emacs: fixed weird error with accents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs.d/init.org') 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: -- cgit v1.2.3