x-super-keysym = 'meta, x-meta-keysym = 'alt
This commit is contained in:
parent
75b76c7884
commit
c05bffa826
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
;;; core-os-linux.el --- Debian-specific settings
|
;;; core-os-linux.el --- Debian-specific settings
|
||||||
|
|
||||||
|
(setq x-super-keysym 'meta
|
||||||
|
x-meta-keysym 'alt)
|
||||||
|
|
||||||
(defun doom-open-with (command &rest args)
|
(defun doom-open-with (command &rest args)
|
||||||
"Open PATH in APP-NAME, using xdg-open."
|
"Open PATH in APP-NAME, using xdg-open."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue