mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
fix dead-key (accent keys) problem
This commit is contained in:
@@ -231,3 +231,7 @@
|
|||||||
;; I think this is a recenter calculation bug.
|
;; I think this is a recenter calculation bug.
|
||||||
|
|
||||||
(setq recenter-positions '(1 middle bottom))
|
(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)
|
||||||
|
|||||||
Reference in New Issue
Block a user