mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
x-super-keysym = 'meta, x-meta-keysym = 'alt
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
;;; core-os-linux.el --- Debian-specific settings
|
||||
|
||||
(setq x-super-keysym 'meta
|
||||
x-meta-keysym 'alt)
|
||||
|
||||
(defun doom-open-with (command &rest args)
|
||||
"Open PATH in APP-NAME, using xdg-open."
|
||||
(interactive)
|
||||
|
Reference in New Issue
Block a user