custom.el 920 B

1234567891011121314151617181920
  1. ;;; custom.el --- -*- lexical-binding: t; -*-
  2. ;; Copyright (C) 2021 Colin Powell
  3. ;; Author: Colin Powell <colin@unbl.ink>
  4. ;; Keywords:
  5. (custom-set-variables
  6. ;; custom-set-variables was added by Custom.
  7. ;; If you edit it by hand, you could mess it up, so be careful.
  8. ;; Your init file should contain only one such instance.
  9. ;; If there is more than one, they won't work right.
  10. '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
  11. '(package-selected-packages '(vulpea org-appear olivetti))
  12. '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --"))))
  13. (custom-set-faces
  14. ;; custom-set-faces was added by Custom.
  15. ;; If you edit it by hand, you could mess it up, so be careful.
  16. ;; Your init file should contain only one such instance.
  17. ;; If there is more than one, they won't work right.
  18. )