My personal configuration files for Doom emacs
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.

192 lines
9.2 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 +childframe) ; the ultimate code completion backend
  19. ;; helm ; the *other* search engine for love and life
  20. ;;ido ; the other *other* search engine...
  21. (ivy +fuzzy +prescient +icons) ; 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
  28. ;; +unicode
  29. ;; +ascii
  30. ;; +github) ;) 🙂
  31. ;;fill-column ; a `fill-column' indicator
  32. hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
  33. hydra
  34. ;;indent-guides ; highlighted indent columns
  35. (ligatures) ; ligatures and symbols to make your code pretty again
  36. minimap ; show a map of the code on the side
  37. modeline ; snazzy, Atom-inspired modeline, plus API
  38. nav-flash ; blink cursor line after big motions
  39. ;;neotree ; a project drawer, like NERDTree for vim
  40. ophints ; highlight the region an operation acts on
  41. (popup +all +defaults) ; tame sudden yet inevitable temporary windows
  42. ;; tabs ; a tab bar for Emacs
  43. (treemacs +lsp) ; a project drawer, like neotree but cooler
  44. ;;unicode ; extended unicode support for various languages
  45. vc-gutter ; vcs diff in the fringe
  46. vi-tilde-fringe ; fringe tildes to mark beyond EOB
  47. (window-select +switch-window) ; visually switch windows
  48. workspaces ; tab emulation, persistence & separate workspaces
  49. zen ; distraction-free coding or writing
  50. :editor
  51. ;(evil +everywhere); come to the dark side, we have cookies
  52. file-templates ; auto-snippets for empty files
  53. fold ; (nigh) universal code folding
  54. ;;(format +onsave) ; automated prettiness
  55. ;;god ; run Emacs commands without modifier keys
  56. ;;lispy ; vim for lisp, for people who don't like vim
  57. multiple-cursors ; editing in many places at once
  58. ;;objed ; text object editing for the innocent
  59. ;;parinfer ; 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 +icons) ; making dired pretty [functional]
  65. electric ; smarter, keyword-based electric-indent
  66. (ibuffer +icons) ; interactive buffer management
  67. (undo +tree) ; 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. spell ; tasing you for misspelling mispelling
  77. grammar ; tasing grammar mistake every you make
  78. :tools
  79. ;;ansible
  80. debugger ; FIXME stepping through code, to help you add bugs
  81. direnv
  82. (docker +lsp)
  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 +dictionary) ; navigate your code and its documentation
  88. (lsp +peek)
  89. (magit +forge) ; 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. ;;upload ; map local to remote projects via ssh/ftp
  99. :os
  100. (:if IS-MAC macos) ; improve compatibility with macOS
  101. tty ; improve the terminal Emacs experience
  102. :lang
  103. ;;agda ; types of types of types of types...
  104. ;;cc ; C/C++/Obj-C madness
  105. ;;clojure ; java with a lisp
  106. ;;common-lisp ; if you've seen one lisp, you've seen them all
  107. ;;coq ; proofs-as-programs
  108. ;;crystal ; ruby at the speed of c
  109. ;;csharp ; unity, .NET, and mono shenanigans
  110. data ; config/data formats
  111. ;;(dart +flutter) ; paint ui and not much else
  112. ;;elixir ; erlang done right
  113. ;;elm ; care for a cup of TEA?
  114. emacs-lisp ; drown in parentheses
  115. ;;erlang ; an elegant language for a more civilized age
  116. ;;ess ; emacs speaks statistics
  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 +dante) ; 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 +lsp) ; At least it ain't XML
  126. ;; (java +lsp) ; the poster child for carpal tunnel syndrome
  127. (javascript +lsp) ; 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
  132. ;;factor
  133. ;; ledger ; an accounting system in Emacs
  134. ;;lua ; one-based indices? one-based indices
  135. markdown ; writing docs for people to ignore
  136. ;;nim ; python + lisp at the speed of c
  137. nix ; I hereby declare "nix geht mehr!"
  138. ;;ocaml ; an objective camel
  139. (org
  140. +pandoc
  141. +pretty
  142. +dragndrop
  143. +roam) ; 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 ; a fully conniving family of lisps
  157. (sh +lsp) ; 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 +lsp +css +html) ; the tubes
  163. (yaml +lsp) ; JSON, but readable
  164. :email
  165. ;;(mu4e +gmail)
  166. ;;notmuch
  167. ;;(wanderlust +gmail)
  168. :app
  169. calendar
  170. everywhere
  171. ;;irc ; how neckbeards socialize
  172. (rss +org) ; emacs as an RSS reader
  173. ;;twitter ; twitter client https://twitter.com/vnought
  174. :config
  175. ;;literate ; TODO - change to this later @leothelocust
  176. (default +bindings +smartparens))