init.el 9.7 KB

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