protoculture-general-required.el 491 B

12345678910111213141516171819202122
  1. ;; ---------- ---------- ---------- ---------- ---------- ---------- ----------
  2. ;;
  3. ;; This contains a grouping of stub packages required.
  4. ;;
  5. ;; ---------- ---------- ---------- ---------- ---------- ---------- ----------
  6. ;; Error Checking/Lint
  7. ;; not using atm
  8. ;;(add-hook 'after-init-hook #'global-flycheck-mode)
  9. ;; Refactoring.
  10. (require 'iedit)
  11. ;; Error prevention
  12. ;; not using atm
  13. ;;(require 'rainbow-delimiters)
  14. ;; Orgmode
  15. (require 'org-id)
  16. (provide 'protoculture-general-required)