adjust allowed local vars based on games_warframe.org update
This commit is contained in:
parent
e7e7c4eafe
commit
2e58fdfdfe
11
org/init.el
11
org/init.el
|
@ -240,6 +240,7 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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))))
|
'(fixed-pitch ((t (:family "MonoLisa Variable" :height 120))))
|
||||||
'(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120)))))
|
'(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120)))))
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
|
@ -254,7 +255,15 @@
|
||||||
(devdocs devdocs-browser magit helm-ls-git xclip)
|
(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)))
|
(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
|
'(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
|
(org-auto-expand-nodes
|
||||||
(("To Do")
|
(("To Do")
|
||||||
body 1))
|
body 1))
|
||||||
|
|
Reference in a new issue