From 5266d8b0d74b01bfb921f35b6c4039d508bc196e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 24 Nov 2021 09:55:41 -0500 Subject: [PATCH] [emacs] Remove org agenda files from custom --- emacs/.config/doom/custom.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/.config/doom/custom.el b/emacs/.config/doom/custom.el index e4799ac..b766e3d 100644 --- a/emacs/.config/doom/custom.el +++ b/emacs/.config/doom/custom.el @@ -9,7 +9,6 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files file-expand-wildcards "~/var/org/2021-*") '(package-selected-packages '(selectrum))) (custom-set-faces ;; custom-set-faces was added by Custom.