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