aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.org6
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: