mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;;; 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)
|
||||||
|
Reference in New Issue
Block a user