custom.el 745 B

1234567891011121314
  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 '(nov w3m vulpea ef-themes))
  8. '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --"))))
  9. (custom-set-faces
  10. ;; custom-set-faces was added by Custom.
  11. ;; If you edit it by hand, you could mess it up, so be careful.
  12. ;; Your init file should contain only one such instance.
  13. ;; If there is more than one, they won't work right.
  14. )