diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/conf/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index ddf727a..35db551 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -204,7 +204,8 @@ "Website" entry (file org-default-notes-file) - "* %:description\n%:link %T"))) + "* %:description\n%:link %T" + :immediate-finish t))) (use-package org-fragtog :ensure t |