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)