dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ff064734c2346e31a7ac79aa795868bc38d6edf9
parent 38974e99d821d3cbfdc6a602045f2998e79a86c8
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 11 Apr 2022 16:50:09 +0200

emacs: org link prompt setting

Diffstat:
Memacs/config.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -282,6 +282,13 @@ Furthermore, tags were getting cut off, so I manually set the best column to dis (add-hook 'org-mode-hook #'za/settings-org-mode) #+end_src +Link settings: + +#+begin_src emacs-lisp + (setq org-link-elisp-confirm-function #'y-or-n-p + org-link-elisp-skip-confirm-regexp "^org-noter$") +#+end_src + *** Enable linking to email via notmuch To be able to link to emails via notmuch, I use ol-notmuch: