Use y-or-n-p instead of yes-or-no-p for org-mode elisp link confirm
This commit is contained in:
parent
24f1cdb537
commit
9128e807be
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user