init.el 9.9 KB

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