From bee5a9ab9c224d9b52ef73ac749fafba37959026 Mon Sep 17 00:00:00 2001 From: David Vujic Date: Sun, 9 Feb 2020 08:37:02 +0100 Subject: [PATCH] fix: enable special chars in editor --- customizations/editing.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customizations/editing.el b/customizations/editing.el index a4193d0af..7f8f20d81 100644 --- a/customizations/editing.el +++ b/customizations/editing.el @@ -67,3 +67,6 @@ (quit nil))) (setq electric-indent-mode nil) + +;; enable special chars in the editor, like ~ and ^. +(load-library "iso-transl")