mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move (x-)?select-enable-clipboard to core-os.el
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||
(defconst IS-WINDOWS (eq system-type 'windows-nt))
|
||||
|
||||
;; Use a shared clipboard
|
||||
(setq x-select-enable-clipboard t
|
||||
select-enable-clipboard t)
|
||||
|
||||
;; Stubs, these should be defined in all OS modules
|
||||
(noop! doom-open-with (&optional app-name path))
|
||||
(noop! os-switch-to-term)
|
||||
|
Reference in New Issue
Block a user