My personal configuration files for Doom emacs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
719 B

3 years ago
  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. '(package-selected-packages '(salesforce-utils org-bullets))
  7. '(safe-local-variable-values
  8. '((eval leo/deft-insert-boilerplate)
  9. (visual-line-mode . 1)
  10. (whitespace-line-column . 120))))
  11. (custom-set-faces
  12. ;; custom-set-faces was added by Custom.
  13. ;; If you edit it by hand, you could mess it up, so be careful.
  14. ;; Your init file should contain only one such instance.
  15. ;; If there is more than one, they won't work right.
  16. )
  17. (put 'upcase-region 'disabled nil)