mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
org/org-capture: refactor; fix early autoloading
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user