diff --git a/emacs/init.org b/emacs/init.org index 947d2a3..7fb1724 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1431,7 +1431,8 @@ Notes, agenda, calendar, blogging, journaling, etc. (leader-def-key "oc" 'org-capture) (setq org-src-fontify-natively t org-ellipsis " ▼" - org-directory (concat (get-dropbox-directory) "/org")) + org-directory (concat (get-dropbox-directory) "/org") + org-link-elisp-confirm-function 'y-or-n-p) #+END_SRC Use RET to follow links: