Switch ALT and SUPER keysyms

To make my muscle memory consistent across my Mac and Linux machines, I've physically
switched these two keys.
This commit is contained in:
Henrik Lissner 2017-01-02 15:25:05 -05:00
parent e20e98cca3
commit 5536ab887d

View File

@ -1,7 +1,7 @@
;;; core-os-linux.el --- Debian-specific settings
(setq x-super-keysym 'meta
x-meta-keysym 'alt)
(setq x-super-keysym 'alt
x-meta-keysym 'meta)
(defun doom-open-with (command &rest args)
"Open PATH in APP-NAME, using xdg-open."