Move (x-)?select-enable-clipboard to core-os.el
This commit is contained in:
parent
8a1cdde137
commit
19bd579ede
2 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue