dotfiles

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

commit bca32b768b40b9e1d1371170901e4b7f9373140b
parent b370649fea25a4f3083db93bec62cf75c9cb3d5a
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 11 Sep 2022 14:43:25 +0200

emacs: fix org-roam-ui startup bug caused by nil dailies directory

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

diff --git a/emacs/config.org b/emacs/config.org @@ -1902,8 +1902,6 @@ Maybe check [[https://old.reddit.com/r/orgmode/comments/8rl8ep/making_orgcaldav_ "* %U\n%?" :target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n")))) - (org-roam-dailies-directory nil "We'll choose this interactively") - :config ; can't use nil because org-roam-ui checks for boundp on this and ; errors if bound but nil.