org-capture: remove window-system frame parameter

Hopefully, `make-frame` can figure out which window-system to use.
This commit is contained in:
Henrik Lissner
2018-08-16 12:32:13 +02:00
parent 7be7a8b046
commit 7c82cb6002

View File

@ -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")