org-capture: remove window-system frame parameter
Hopefully, `make-frame` can figure out which window-system to use.
This commit is contained in:
parent
7be7a8b046
commit
7c82cb6002
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@
|
||||||
(width . 70)
|
(width . 70)
|
||||||
(height . 25)
|
(height . 25)
|
||||||
(transient . t)
|
(transient . t)
|
||||||
(window-system . ,(cond (IS-MAC 'ns)
|
|
||||||
(IS-LINUX 'x)
|
|
||||||
(t 'w32)))
|
|
||||||
,(if IS-LINUX '(display . ":0")))
|
,(if IS-LINUX '(display . ":0")))
|
||||||
"TODO")
|
"TODO")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue