dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit a7f45126d728d21e4820104f1e1c771b757fe88d
parent 069a4dbd8d3c1adc9d03d5ac848387a09d9d531e
Author: Lukas Henkel <lh@entf.net>
Date:   Fri, 12 May 2023 19:05:44 +0200

Disable org html validation links

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -333,6 +333,7 @@ (shell . t) (emacs-lisp . t) (restclient . t))) + '(org-html-validation-link "") '(org-log-done 'time) '(org-log-done-with-time t) '(org-refile-use-outline-path 'file)