org/org-capture: refactor; fix early autoloading
This commit is contained in:
parent
8ce10af094
commit
4c148ea580
2 changed files with 10 additions and 7 deletions
|
@ -26,8 +26,7 @@ Uses the capture template specified by KEY. Otherwise, prompts you for one."
|
|||
(window-system . ,(cond (IS-MAC 'ns)
|
||||
(IS-LINUX 'x)
|
||||
(t 'w32)))
|
||||
,(when IS-LINUX
|
||||
'(display . ":0")))
|
||||
,(if IS-LINUX '(display . ":0")))
|
||||
"TODO")
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue