fix(tazjin/emacs): Enable key bindings for Russian layout
Change-Id: I26d0d437c00d927b9244c4aa4a8705681cd212c8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3245 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
155ac87e5a
commit
60dfa3a971
1 changed files with 4 additions and 4 deletions
|
@ -173,10 +173,10 @@
|
|||
;; These are commented out because Emacs no longer starts (??) if
|
||||
;; they're set at launch.
|
||||
;;
|
||||
;; (bind-xkb "us" "л г")
|
||||
;; (bind-xkb "de" "л в")
|
||||
;; (bind-xkb "no" "л т")
|
||||
;; (bind-xkb "ru" "л к")
|
||||
(bind-xkb "us" "л г")
|
||||
(bind-xkb "de" "л в")
|
||||
(bind-xkb "no" "л т")
|
||||
(bind-xkb "ru" "л к")
|
||||
|
||||
;; Line-editing shortcuts
|
||||
(exwm-input-set-simulation-keys
|
||||
|
|
Loading…
Reference in a new issue