custom.el 915 B

123456789101112131415161718192021
  1. ;;; custom.el --- -*- lexical-binding: t; -*-
  2. ;; Copyright (C) 2020 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. '(doom-big-font-mode t)
  11. '(package-selected-packages
  12. (quote
  13. (caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken))))
  14. (custom-set-faces
  15. ;; custom-set-faces was added by Custom.
  16. ;; If you edit it by hand, you could mess it up, so be careful.
  17. ;; Your init file should contain only one such instance.
  18. ;; If there is more than one, they won't work right.
  19. '(default ((t (:background "#151619")))))