dotemacs

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

commit e15ae6c2b6ff8c156a730df1d7b2489db88b584c
parent 304c63968eb6a8fb7c397c51b51366457fe96fd1
Author: Lukas Henkel <lh@entf.net>
Date:   Tue,  9 Apr 2024 18:19:46 +0200

I don't think restclient works here

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

diff --git a/init.el b/init.el @@ -376,12 +376,7 @@ ((org-agenda-overriding-header "Warten auf:")))) nil nil))) '(org-agenda-loop-over-headlines-in-active-region nil) - '(org-babel-load-languages - '((awk . t) - (lisp . t) - (shell . t) - (emacs-lisp . t) - (restclient . t))) + '(org-babel-load-languages '((awk . t) (lisp . t) (shell . t) (emacs-lisp . t))) '(org-html-validation-link "") '(org-log-done 'time) '(org-log-done-with-time t)