init.el 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. ;;; init.el -*- lexical-binding: t; -*-
  2. ;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom install'
  3. ;; will do this for you). The `doom!' block below controls what modules are
  4. ;; enabled and in what order they will be loaded. Remember to run 'doom refresh'
  5. ;; after modifying it.
  6. ;;
  7. ;; More information about these modules (and what flags they support) can be
  8. ;; found in modules/README.org.
  9. (doom! :input
  10. ;;chinese
  11. ;;japanese
  12. :completion
  13. company ; the ultimate code completion backend
  14. ;;helm ; the *other* search engine for love and life
  15. ;;ido ; the other *other* search engine...
  16. ivy ; a search engine for love and life
  17. :ui
  18. ;;deft ; notational velocity for Emacs
  19. doom ; what makes DOOM look the way it does
  20. doom-dashboard ; a nifty splash screen for Emacs
  21. doom-quit ; DOOM quit-message prompts when you quit Emacs
  22. ;;fill-column ; a `fill-column' indicator
  23. hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
  24. ;;hydra
  25. ;;indent-guides ; highlighted indent columns
  26. modeline ; snazzy, Atom-inspired modeline, plus API
  27. nav-flash ; blink the current line after jumping
  28. ;;neotree ; a project drawer, like NERDTree for vim
  29. ophints ; highlight the region an operation acts on
  30. (popup ; tame sudden yet inevitable temporary windows
  31. +all ; catch all popups that start with an asterix
  32. +defaults) ; default popup rules
  33. (pretty-code ; replace bits of code with pretty symbols
  34. +pragmata-pro)
  35. ;;tabs ; an tab bar for Emacs
  36. ;;treemacs ; a project drawer, like neotree but cooler
  37. ;;unicode ; extended unicode support for various languages
  38. vc-gutter ; vcs diff in the fringe
  39. vi-tilde-fringe ; fringe tildes to mark beyond EOB
  40. window-select ; visually switch windows
  41. workspaces ; tab emulation, persistence & separate workspaces
  42. :editor
  43. (evil +everywhere); come to the dark side, we have cookies
  44. file-templates ; auto-snippets for empty files
  45. fold ; (nigh) universal code folding
  46. (format +onsave) ; automated prettiness
  47. ;;god ; run Emacs commands without modifier keys
  48. ;;lispy ; vim for lisp, for people who don't like vim
  49. multiple-cursors ; editing in many places at once
  50. ;;objed ; text object editing for the innocent
  51. ;;parinfer ; turn lisp into python, sort of
  52. rotate-text ; cycle region at point between text candidates
  53. snippets ; my elves. They type so I don't have to
  54. ;;word-wrap ; soft wrapping with language-aware indent
  55. :emacs
  56. dired ; making dired pretty [functional]
  57. electric ; smarter, keyword-based electric-indent
  58. ibuffer ; interactive buffer management
  59. vc ; version-control and Emacs, sitting in a tree
  60. :term
  61. ;;eshell ; a consistent, cross-platform shell (WIP)
  62. ;;shell ; a terminal REPL for Emacs
  63. ;;term ; terminals in Emacs
  64. ;;vterm ; another terminals in Emacs
  65. :tools
  66. ;;ansible
  67. ;;debugger ; FIXME stepping through code, to help you add bugs
  68. ;;direnv
  69. ;;docker
  70. editorconfig ; let someone else argue about tabs vs spaces
  71. ;;ein ; tame Jupyter notebooks with emacs
  72. (eval +overlay) ; run code, run (also, repls)
  73. flycheck ; tasing you for every semicolon you forget
  74. ;;flyspell ; tasing you for misspelling mispelling
  75. ;;gist ; interacting with github gists
  76. (lookup ; helps you navigate your code and documentation
  77. +docsets) ; ...or in Dash docsets locally
  78. ;;lsp
  79. ;;macos ; MacOS-specific commands
  80. magit ; a git porcelain for Emacs
  81. ;;make ; run make tasks from Emacs
  82. ;;pass ; password manager for nerds
  83. ;;pdf ; pdf enhancements
  84. ;;prodigy ; FIXME managing external services & code builders
  85. ;;rgb ; creating color strings
  86. ;;terraform ; infrastructure as code
  87. ;;tmux ; an API for interacting with tmux
  88. ;;upload ; map local to remote projects via ssh/ftp
  89. :lang
  90. ;;agda ; types of types of types of types...
  91. ;;assembly ; assembly for fun or debugging
  92. ;;cc ; C/C++/Obj-C madness
  93. ;;clojure ; java with a lisp
  94. ;;common-lisp ; if you've seen one lisp, you've seen them all
  95. ;;coq ; proofs-as-programs
  96. ;;crystal ; ruby at the speed of c
  97. ;;csharp ; unity, .NET, and mono shenanigans
  98. data ; config/data formats
  99. ;;elixir ; erlang done right
  100. ;;elm ; care for a cup of TEA?
  101. emacs-lisp ; drown in parentheses
  102. ;;erlang ; an elegant language for a more civilized age
  103. ;;ess ; emacs speaks statistics
  104. ;;faust ; dsp, but you get to keep your soul
  105. ;;fsharp ; ML stands for Microsoft's Language
  106. ;;go ; the hipster dialect
  107. ;;(haskell +dante) ; a language that's lazier than I am
  108. ;;hy ; readability of scheme w/ speed of python
  109. ;;idris ;
  110. ;;(java +meghanada) ; the poster child for carpal tunnel syndrome
  111. ;;javascript ; all(hope(abandon(ye(who(enter(here))))))
  112. ;;julia ; a better, faster MATLAB
  113. ;;kotlin ; a better, slicker Java(Script)
  114. ;;latex ; writing papers in Emacs has never been so fun
  115. ;;lean
  116. ;;factor
  117. ;;ledger ; an accounting system in Emacs
  118. lua ; one-based indices? one-based indices
  119. markdown ; writing docs for people to ignore
  120. ;;nim ; python + lisp at the speed of c
  121. ;;nix ; I hereby declare "nix geht mehr!"
  122. ;;ocaml ; an objective camel
  123. (org ; organize your plain life in plain text
  124. +dragndrop ; drag & drop files/images into org buffers
  125. ;;+hugo ; use Emacs for hugo blogging
  126. +ipython ; ipython/jupyter support for babel
  127. +pandoc ; export-with-pandoc support
  128. ;;+pomodoro ; be fruitful with the tomato technique
  129. +present) ; using org-mode for presentations
  130. ;;perl ; write code no one else can comprehend
  131. ;;php ; perl's insecure younger brother
  132. ;;plantuml ; diagrams for confusing people more
  133. ;;purescript ; javascript, but functional
  134. python ; beautiful is better than ugly
  135. ;;qt ; the 'cutest' gui framework ever
  136. ;;racket ; a DSL for DSLs
  137. ;;rest ; Emacs as a REST client
  138. ;;rst ; ReST in peace
  139. ;;ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
  140. ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
  141. ;;scala ; java, but good
  142. ;;scheme ; a fully conniving family of lisps
  143. sh ; she sells {ba,z,fi}sh shells on the C xor
  144. ;;solidity ; do you need a blockchain? No.
  145. ;;swift ; who asked for emoji variables?
  146. ;;terra ; Earth and Moon in alignment for performance.
  147. ;;web ; the tubes
  148. :email
  149. ;;(mu4e +gmail)
  150. ;;notmuch
  151. ;;(wanderlust +gmail)
  152. :app
  153. ;;calendar
  154. ;;irc ; how neckbeards socialize
  155. ;;(rss +org) ; emacs as an RSS reader
  156. ;;twitter ; twitter client https://twitter.com/vnought
  157. (write ; emacs for writers (fiction, notes, papers, etc.)
  158. +write-mode)
  159. :config
  160. literate
  161. (default +bindings +smartparens))