diff --git a/core/core-os-linux.el b/core/core-os-linux.el index 22fa02529..54b93115a 100644 --- a/core/core-os-linux.el +++ b/core/core-os-linux.el @@ -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."