custom.el 788 B

123456789101112131415
  1. (custom-set-variables
  2. ;; custom-set-variables was added by Custom.
  3. ;; If you edit it by hand, you could mess it up, so be careful.
  4. ;; Your init file should contain only one such instance.
  5. ;; If there is more than one, they won't work right.
  6. '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
  7. '(package-selected-packages
  8. '(csv-mode direnv ef-themes helix-theme magit-todos nov vulpea w3m))
  9. '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --"))))
  10. (custom-set-faces
  11. ;; custom-set-faces was added by Custom.
  12. ;; If you edit it by hand, you could mess it up, so be careful.
  13. ;; Your init file should contain only one such instance.
  14. ;; If there is more than one, they won't work right.
  15. )