init.el 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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 "Module Index" link where you'll find
  6. ;; a comprehensive list of Doom's 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 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. ;;
  14. (doom! :input
  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 ; 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. ;; I need to install parinfer-rust via guix to use the next line.
  58. ;; it is still proof of concept. I wouldn't use it.
  59. ;;(parinfer +rust) ; turn lisp into python, sort of
  60. ;;rotate-text ; cycle region at point between text candidates
  61. snippets ; my elves. They type so I don't have to
  62. word-wrap ; soft wrapping with language-aware indent
  63. :emacs
  64. dired ; making dired pretty [functional]
  65. electric ; smarter, keyword-based electric-indent
  66. ;;ibuffer ; interactive buffer management
  67. undo ; persistent, smarter undo for your inevitable mistakes
  68. vc ; version-control and Emacs, sitting in a tree
  69. :term
  70. eshell ; the elisp shell that works everywhere
  71. ;;shell ; simple shell REPL for Emacs
  72. ;;term ; basic terminal emulator for Emacs
  73. ;;vterm ; the best terminal emulation in Emacs
  74. :checkers
  75. syntax ; tasing you for every semicolon you forget
  76. ;; spelling checking makes org-mode almost non-useable.
  77. ;;(spell +flyspell) ; tasing you for misspelling mispelling
  78. grammar ; tasing grammar mistake every you make
  79. :tools
  80. ;;ansible
  81. ;;biblio ; Writes a PhD for you (citation needed)
  82. ;;debugger ; FIXME stepping through code, to help you add bugs
  83. ;;direnv
  84. ;;docker
  85. ;;editorconfig ; let someone else argue about tabs vs spaces
  86. ;;ein ; tame Jupyter notebooks with emacs
  87. (eval +overlay) ; run code, run (also, repls)
  88. ;;gist ; interacting with github gists
  89. lookup ; navigate your code and its documentation
  90. ;;lsp ; M-x vscode
  91. magit ; a git porcelain for Emacs
  92. make ; run make tasks from Emacs
  93. ;;pass ; password manager for nerds
  94. pdf ; pdf enhancements
  95. ;;prodigy ; FIXME managing external services & code builders
  96. ;;rgb ; creating color strings
  97. ;;taskrunner ; taskrunner for all your projects
  98. ;;terraform ; infrastructure as code
  99. ;;tmux ; an API for interacting with tmux
  100. ;;upload ; map local to remote projects via ssh/ftp
  101. :os
  102. ;;(:if IS-MAC macos) ; improve compatibility with macOS
  103. ;;tty ; improve the terminal Emacs experience
  104. :lang
  105. ;;agda ; types of types of types of types...
  106. ;;beancount ; mind the GAAP
  107. cc ; C > C++ == 1
  108. ;;clojure ; java with a lisp
  109. ;;common-lisp ; if you've seen one lisp, you've seen them all
  110. ;;coq ; proofs-as-programs
  111. ;;crystal ; ruby at the speed of c
  112. ;;csharp ; unity, .NET, and mono shenanigans
  113. ;;data ; config/data formats
  114. ;;(dart +flutter) ; paint ui and not much else
  115. ;;dhall
  116. ;;elixir ; erlang done right
  117. ;;elm ; care for a cup of TEA?
  118. emacs-lisp ; drown in parentheses
  119. ;;erlang ; an elegant language for a more civilized age
  120. ;;ess ; emacs speaks statistics
  121. ;;factor
  122. ;;faust ; dsp, but you get to keep your soul
  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. ;;(haskell +lsp) ; a language that's lazier than I am
  128. ;;hy ; readability of scheme w/ speed of python
  129. ;;idris ; a language you can depend on
  130. json ; At least it ain't XML
  131. ;;(java +meghanada) ; the poster child for carpal tunnel syndrome
  132. ;;javascript ; all(hope(abandon(ye(who(enter(here))))))
  133. ;;julia ; a better, faster MATLAB
  134. ;;kotlin ; a better, slicker Java(Script)
  135. latex ; writing papers in Emacs has never been so fun
  136. ;;lean ; for folks with too much to prove
  137. ledger ; be audit you can be
  138. ;;lua ; one-based indices? one-based indices
  139. markdown ; writing docs for people to ignore
  140. ;;nim ; python + lisp at the speed of c
  141. ;;nix ; I hereby declare "nix geht mehr!"
  142. ;;ocaml ; an objective camel
  143. org ; using +pretty makes org really slow ; organize your plain life in plain text
  144. ;;php ; perl's insecure younger brother
  145. ;;plantuml ; diagrams for confusing people more
  146. ;;purescript ; javascript, but functional
  147. ;;python ; beautiful is better than ugly
  148. ;;qt ; the 'cutest' gui framework ever
  149. ;;racket ; a DSL for DSLs
  150. ;;raku ; the artist formerly known as perl6
  151. ;;rest ; Emacs as a REST client
  152. ;;rst ; ReST in peace
  153. ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
  154. ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
  155. ;;scala ; java, but good
  156. (scheme +guile) ; a fully conniving family of lisps
  157. sh ; she sells {ba,z,fi}sh shells on the C xor
  158. ;;sml
  159. ;;solidity ; do you need a blockchain? No.
  160. ;;swift ; who asked for emoji variables?
  161. ;;terra ; Earth and Moon in alignment for performance.
  162. ;;web ; the tubes
  163. ;;yaml ; JSON, but readable
  164. ;;zig ; C, but simpler
  165. :email
  166. (mu4e +org)
  167. ;;notmuch
  168. ;;(wanderlust +gmail)
  169. :app
  170. ;;calendar
  171. ;;emms
  172. ;;everywhere ; *leave* Emacs!? You must be joking
  173. irc ; how neckbeards socialize
  174. ;;(rss +org) ; emacs as an RSS reader
  175. ;;twitter ; twitter client https://twitter.com/vnought
  176. :config
  177. ;;literate
  178. (default +bindings +smartparens))