init.el 8.8 KB

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