From f58aab3c09a11fd5e57110bfeaa71d67383c2abe Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 14 Apr 2023 17:45:10 +0200 Subject: [PATCH] fix dead-key (accent keys) problem --- conf-lisp/system.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf-lisp/system.el b/conf-lisp/system.el index e80ac1f..07cae60 100644 --- a/conf-lisp/system.el +++ b/conf-lisp/system.el @@ -231,3 +231,7 @@ ;; I think this is a recenter calculation bug. (setq recenter-positions '(1 middle bottom)) + +;; On my new linux system running kubuntu I am unable to insert ^ ` or ~. +;; see: https://unix.stackexchange.com/questions/28170/some-keys-are-invalid-on-emacs-when-using-german-keyboard +(require 'iso-transl)