fix dead-key (accent keys) problem

This commit is contained in:
2023-04-14 17:45:10 +02:00
parent babb322688
commit f58aab3c09

View File

@@ -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)