Files
dot-emacs/customize.el

23 lines
1.0 KiB
EmacsLisp
Raw Normal View History

;; If I ever use custom-group to customize a mode, then I create a
;; manual config section for it using the values, custom has added
;; here. So, in normal times this should be empty, but needs to exist.
(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.
'(custom-safe-themes
2025-11-19 09:22:40 +01:00
'("7f1d414afda803f3244c6fb4c2c64bea44dac040ed3731ec9d75275b9e831fe5"
default))
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
2025-11-19 09:22:40 +01:00
'(package-selected-packages nil)
'(safe-local-variable-values '((ruby-indent-level 4)))
'(warning-suppress-types '((comp))))
2023-06-01 19:33:32 +02:00
(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.
)