adjust allowed local vars based on games_warframe.org update

This commit is contained in:
KemoNine 2024-03-21 15:32:24 -04:00
parent e7e7c4eafe
commit 2e58fdfdfe
1 changed files with 10 additions and 1 deletions

View File

@ -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))