ReverseFlux

init

Feb 13th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. (load (concat user-emacs-directory "core/core"))
  2.  
  3. (doom core-ui ; draw me like one of your French editors
  4. core-popup ; taming sudden and inevitable windows
  5. core-os ; os-specific configs
  6. core-modeline ; a self-contained mode-line config for masochists
  7. core-evil ; vim in emacs; come to the dark side, we have cookies
  8. core-editor ; fill the editor-shaped hole in the emacs OS
  9. core-docs ; highway to code documentation
  10. core-company ; auto-completion, for the lazy typist
  11. core-yasnippet ; snippets, for the lazier typist
  12. core-autoinsert ; file templates, for the laziest typist
  13. core-flycheck ; get tazed for every semicolon you forget
  14. core-project ; for project navigation aficionados
  15. core-vcs ; remember remember, that commit in November
  16. core-ivy ; a search engine for life and love
  17. core-workgroups ; cure Emacs alzheimers + tab emulation
  18. core-eval ; run code, run + REPL support
  19. core-scratch ; a perdier scratch buffer
  20.  
  21.  
  22.  
  23. ;;; Org
  24. module-org ; for organized fearless leader
  25.  
  26. my-commands
  27. my-bindings)
Advertisement
Add Comment
Please, Sign In to add comment