Files
dot-emacs/customize.el

36 lines
1.8 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'")
2026-08-17 11:24:05 +02:00
'(package-selected-packages
'(beacon blamer browse-kill-ring buffer-move change-inner consult-dir
corfu csv-mode d2-mode default-text-scale dictcc
dired-filter dired-k dired-ranger dumb-jump elmacro
elvish-mode embark-consult ement fic-mode forge
fringe-current-line go-mode goto-last-change
hide-mode-line highlight-indentation htmlize hungry-delete
ibuffer-tramp ibuffer-vc iedit loccur lsp-treemacs lsp-ui
lua-mode magit-todos marginalia orderless org-bullets
org-present org-superstar orgalist persistent-scratch
perspective projectile rust-mode smartparens
solarized-theme sqlite3 swiper tablist typst-ts-mode
undo-tree vertico visual-fill-column vterm web-mode
windresize yaml-mode))
'(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.
)