diff options
Diffstat (limited to 'users/tazjin/emacs/config/desktop.el')
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index b099b573aeb3..38da8f75bc2b 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -44,6 +44,7 @@ "Set the current X keyboard layout." (shell-command (format "setxkbmap %s" layout)) + (shell-command "setxkbmap -option caps:super") (message "Set X11 keyboard layout to '%s'" layout)) (defun create-window-name () @@ -160,6 +161,7 @@ (bind-xkb "de" "k d") (bind-xkb "no" "k n") (bind-xkb "ru" "k r") +(bind-xkb "se" "k s") ;; These are commented out because Emacs no longer starts (??) if ;; they're set at launch. |