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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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