Linux install and configuration management utilities
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

190 line
9.2KB

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