27 lines
946 B
EmacsLisp
27 lines
946 B
EmacsLisp
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; 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.
|
|
'(ignored-local-variable-values
|
|
'((Syntax . ANSI-Common-Lisp)
|
|
(package . cl-mock)
|
|
(syntax . common-lisp)
|
|
(Base . 10)
|
|
(Package . FIVEAM)
|
|
(Syntax . Ansi-Common-Lisp)))
|
|
'(safe-local-variable-values
|
|
'((org-tags-exclude-from-inheritance "why" "tbd")
|
|
(org-tags-exclude-from-inheritance quote
|
|
("why" "tbd"))
|
|
(org-tags-exclude-from-inheritance quote
|
|
("why"
|
|
(\, "tbd")))
|
|
(sly-load-failed-fasl . ask))))
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; 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.
|
|
)
|