mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org-capture: remove window-system frame parameter
Hopefully, `make-frame` can figure out which window-system to use.
This commit is contained in:
@ -11,9 +11,6 @@
|
||||
(width . 70)
|
||||
(height . 25)
|
||||
(transient . t)
|
||||
(window-system . ,(cond (IS-MAC 'ns)
|
||||
(IS-LINUX 'x)
|
||||
(t 'w32)))
|
||||
,(if IS-LINUX '(display . ":0")))
|
||||
"TODO")
|
||||
|
||||
|
Reference in New Issue
Block a user