From 2e58fdfdfeb7dbc9cd1351c0c0a827f1acfaaaa0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 21 Mar 2024 15:32:24 -0400 Subject: [PATCH] adjust allowed local vars based on games_warframe.org update --- org/init.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/org/init.el b/org/init.el index 6fa8d88..ad7a38c 100644 --- a/org/init.el +++ b/org/init.el @@ -240,6 +240,7 @@ ;; 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. + '(default ((t (:family "MonoLisa Variable" :height 100)))) '(fixed-pitch ((t (:family "MonoLisa Variable" :height 120)))) '(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120))))) (custom-set-variables @@ -254,7 +255,15 @@ (devdocs devdocs-browser magit helm-ls-git xclip) (which-key all-the-icons revert-buffer-all centaur-tabs scratch persistent-scratch persp-mode rainbow-mode rainbow-delimiters markdown-mode focus zoom popwin dired-single diredfl doominhibitinhibit-modeline helpful helm helm-org dired-rainbow dired-rainbow-listing dired-single dash s origami modus-themes use-package))) '(safe-local-variable-values - '((eval org-auto-expand) + '((org-auto-expand-nodes + (("To Do") + body 1) + (("Daily / Weekly Reset") + children 2)) + (org-auto-expand-nodes + (("Daily / Weekly Reset") + body 2)) + (eval org-auto-expand) (org-auto-expand-nodes (("To Do") body 1))