My doom-emacs-config
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.

189 lines
9.1 KiB

  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 ; a search engine for love and life
  22. :ui
  23. ;;deft ; notational velocity for Emacs
  24. doom ; what makes DOOM look the way it does
  25. doom-dashboard ; a nifty splash screen for Emacs
  26. doom-quit ; DOOM quit-message prompts when you quit Emacs
  27. ;;(emoji +unicode) ; 🙂
  28. ;;fill-column ; a `fill-column' indicator
  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 ; 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 ; 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 ; 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
  86. magit ; 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 ; 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. ;;elixir ; erlang done right
  111. ;;elm ; care for a cup of TEA?
  112. emacs-lisp ; drown in parentheses
  113. ;;erlang ; an elegant language for a more civilized age
  114. ;;ess ; emacs speaks statistics
  115. ;;factor
  116. ;;faust ; dsp, but you get to keep your soul
  117. ;;fsharp ; ML stands for Microsoft's Language
  118. ;;fstar ; (dependent) types and (monadic) effects and Z3
  119. ;;gdscript ; the language you waited for
  120. ;;(go +lsp) ; the hipster dialect
  121. ;;(haskell +dante) ; a language that's lazier than I am
  122. ;;hy ; readability of scheme w/ speed of python
  123. ;;idris ; a language you can depend on
  124. ;;json ; At least it ain't XML
  125. ;;(java +meghanada) ; the poster child for carpal tunnel syndrome
  126. ;;javascript ; all(hope(abandon(ye(who(enter(here))))))
  127. ;;julia ; a better, faster MATLAB
  128. ;;kotlin ; a better, slicker Java(Script)
  129. latex ; writing papers in Emacs has never been so fun
  130. ;;lean ; for folks with too much to prove
  131. ;;ledger ; be audit you can be
  132. ;;lua ; one-based indices? one-based indices
  133. markdown ; writing docs for people to ignore
  134. ;;nim ; python + lisp at the speed of c
  135. ;;nix ; I hereby declare "nix geht mehr!"
  136. ;;ocaml ; an objective camel
  137. org ; organize your plain life in plain text
  138. ;;php ; perl's insecure younger brother
  139. ;;plantuml ; diagrams for confusing people more
  140. ;;purescript ; javascript, but functional
  141. ;;python ; beautiful is better than ugly
  142. ;;qt ; the 'cutest' gui framework ever
  143. ;;racket ; a DSL for DSLs
  144. ;;raku ; the artist formerly known as perl6
  145. ;;rest ; Emacs as a REST client
  146. ;;rst ; ReST in peace
  147. ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
  148. ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
  149. ;;scala ; java, but good
  150. ;;(scheme +guile) ; a fully conniving family of lisps
  151. sh ; she sells {ba,z,fi}sh shells on the C xor
  152. ;;sml
  153. ;;solidity ; do you need a blockchain? No.
  154. ;;swift ; who asked for emoji variables?
  155. ;;terra ; Earth and Moon in alignment for performance.
  156. web ; the tubes
  157. ;;yaml ; JSON, but readable
  158. ;;zig ; C, but simpler
  159. :email
  160. ;;(mu4e +gmail)
  161. ;;notmuch
  162. ;;(wanderlust +gmail)
  163. :app
  164. ;;calendar
  165. ;;emms
  166. ;;everywhere ; *leave* Emacs!? You must be joking
  167. ;;irc ; how neckbeards socialize
  168. ;;(rss +org) ; emacs as an RSS reader
  169. ;;twitter ; twitter client https://twitter.com/vnought
  170. :config
  171. ;;literate
  172. (default +bindings +smartparens))