···11;;; init.el -*- lexical-binding: t; -*-
2233-;; This file controls what Doom modules are enabled and what order they load in.
44-;; Remember to run 'doom sync' after modifying it!
33+;; This file controls what Doom modules are enabled and what order they load
44+;; in. Remember to run 'doom sync' after modifying it!
5566;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's
77-;; documentation. There you'll find information about all of Doom's modules
88-;; and what flags they support.
77+;; documentation. There you'll find a "Module Index" link where you'll find
88+;; a comprehensive list of Doom's modules and what flags they support.
991010;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or
1111-;; 'C-c g k' for non-vim users) to view its documentation. This works on
1111+;; 'C-c c k' for non-vim users) to view its documentation. This works on
1212;; flags as well (those symbols that start with a plus).
1313;;
1414-;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its
1414+;; Alternatively, press 'gd' (or 'C-c c d') on a module to browse its
1515;; directory (for easy access to its source code).
16161717(doom! :input
1818 ;;chinese
1919 ;;japanese
2020+ ;;layout ; auie,ctsrnm is the superior home row
20212122 :completion
2223 (company +childframe) ; the ultimate code completion backend
2324 ;;helm ; the *other* search engine for love and life
2425 ;;ido ; the other *other* search engine...
2525- (ivy +fuzzy +icons) ; a search engine for love and life
2626+ (ivy +icons +fuzzy) ; a search engine for love and life
26272728 :ui
2828- deft ; notational velocity for Emacs
2929+ ;;deft ; notational velocity for Emacs
2930 doom ; what makes DOOM look the way it does
3031 doom-dashboard ; a nifty splash screen for Emacs
3132 doom-quit ; DOOM quit-message prompts when you quit Emacs
3333+ (emoji +unicode) ; 🙂
3234 ;;fill-column ; a `fill-column' indicator
3335 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
3436 ;;hydra
3537 ;;indent-guides ; highlighted indent columns
3838+ ;;ligatures ; ligatures and symbols to make your code pretty again
3939+ ;;minimap ; show a map of the code on the side
3640 modeline ; snazzy, Atom-inspired modeline, plus API
3737- nav-flash ; blink the current line after jumping
4141+ nav-flash ; blink cursor line after big motions
3842 ;;neotree ; a project drawer, like NERDTree for vim
3943 ophints ; highlight the region an operation acts on
4044 (popup +all +defaults) ; tame sudden yet inevitable temporary windows
4141- (pretty-code +iosevka) ; replace bits of code with pretty symbols
4242- ;;tabs ; an tab bar for Emacs
4545+ (pretty-code +iosevka)
4646+ ;;tabs ; a tab bar for Emacs
4347 treemacs ; a project drawer, like neotree but cooler
4448 ;;unicode ; extended unicode support for various languages
4549 vc-gutter ; vcs diff in the fringe
···5256 (evil +everywhere); come to the dark side, we have cookies
5357 file-templates ; auto-snippets for empty files
5458 fold ; (nigh) universal code folding
5555- format ; automated prettiness
5959+ (format +onsave) ; automated prettiness
5660 ;;god ; run Emacs commands without modifier keys
5761 ;;lispy ; vim for lisp, for people who don't like vim
5862 ;;multiple-cursors ; editing in many places at once
···6670 dired ; making dired pretty [functional]
6771 electric ; smarter, keyword-based electric-indent
6872 ;;ibuffer ; interactive buffer management
7373+ undo ; persistent, smarter undo for your inevitable mistakes
6974 vc ; version-control and Emacs, sitting in a tree
70757176 :term
7272- eshell ; a consistent, cross-platform shell (WIP)
7373- ;;shell ; a terminal REPL for Emacs
7474- term ; terminals in Emacs
7575- ;;vterm ; another terminals in Emacs
7777+ eshell ; the elisp shell that works everywhere
7878+ ;;shell ; simple shell REPL for Emacs
7979+ term ; basic terminal emulator for Emacs
8080+ ;;vterm ; the best terminal emulation in Emacs
76817782 :checkers
7883 syntax ; tasing you for every semicolon you forget
···9095 gist ; interacting with github gists
9196 (lookup +dictionary +offline) ; navigate your code and its documentation
9297 (lsp +peek)
9393- macos ; MacOS-specific commands
9498 magit ; a git porcelain for Emacs
9599 make ; run make tasks from Emacs
96100 ;;pass ; password manager for nerds
97101 pdf ; pdf enhancements
98102 ;;prodigy ; FIXME managing external services & code builders
99103 ;;rgb ; creating color strings
104104+ ;;taskrunner ; taskrunner for all your projects
100105 ;;terraform ; infrastructure as code
101106 ;;tmux ; an API for interacting with tmux
102107 ;;upload ; map local to remote projects via ssh/ftp
103108109109+ :os
110110+ (:if IS-MAC macos) ; improve compatibility with macOS
111111+ tty ; improve the terminal Emacs experience
112112+104113 :lang
105114 (agda +local) ; types of types of types of types...
106106- ;;assembly ; assembly for fun or debugging
107115 cc ; C/C++/Obj-C madness
108116 ;;clojure ; java with a lisp
109117 ;;common-lisp ; if you've seen one lisp, you've seen them all
···111119 ;;crystal ; ruby at the speed of c
112120 ;;csharp ; unity, .NET, and mono shenanigans
113121 data ; config/data formats
122122+ ;;(dart +flutter) ; paint ui and not much else
114123 ;;elixir ; erlang done right
115124 ;;elm ; care for a cup of TEA?
116125 emacs-lisp ; drown in parentheses
117126 ;;erlang ; an elegant language for a more civilized age
118127 ;;ess ; emacs speaks statistics
119128 ;;faust ; dsp, but you get to keep your soul
120120- ;;fsharp ; ML stands for Microsoft's Language
129129+ ;;fsharp ; ML stands for Microsoft's Language
121130 ;;fstar ; (dependent) types and (monadic) effects and Z3
122122- ;;go ; the hipster dialect
131131+ ;;gdscript ; the language you waited for
132132+ ;;(go +lsp) ; the hipster dialect
123133 (haskell +lsp) ; a language that's lazier than I am
124134 ;;hy ; readability of scheme w/ speed of python
125125- ;;idris ;
135135+ ;;idris ; a language you can depend on
136136+ json ; At least it ain't XML
126137 ;;(java +meghanada) ; the poster child for carpal tunnel syndrome
127127- javascript ; all(hope(abandon(ye(who(enter(here))))))
138138+ javascript ; all(hope(abandon(ye(who(enter(here))))))
128139 ;;julia ; a better, faster MATLAB
129140 ;;kotlin ; a better, slicker Java(Script)
130130- latex ; writing papers in Emacs has never been so fun
131131- lean
141141+ ;;latex ; writing papers in Emacs has never been so fun
142142+ ;;lean
132143 ;;factor
133144 ;;ledger ; an accounting system in Emacs
134145 ;;lua ; one-based indices? one-based indices
135135- (markdown +grip) ; writing docs for people to ignore
146146+ markdown ; writing docs for people to ignore
136147 ;;nim ; python + lisp at the speed of c
137148 nix ; I hereby declare "nix geht mehr!"
138149 ;;ocaml ; an objective camel
139139- (org ; organize your plain life in plain text
140140- +dragndrop ; drag & drop files/images into org buffers
141141- +habit
142142- +protocol
143143- ;;+hugo ; use Emacs for hugo blogging
144144- ;;+jupyter ; ipython/jupyter support for babel
145145- +pandoc ; export-with-pandoc support
146146- ;;+pomodoro ; be fruitful with the tomato technique
147147- +present
148148- +roam
149149- +noter) ; using org-mode for presentations
150150- ;;perl ; write code no one else can comprehend
150150+ (org
151151+ +dragdrop
152152+ +habit
153153+ +protocol
154154+ +pandoc
155155+ +present
156156+ +noter
157157+ +roam) ; organize your plain life in plain text
151158 ;;php ; perl's insecure younger brother
152159 plantuml ; diagrams for confusing people more
153160 ;;purescript ; javascript, but functional
154154- ;;(python +lsp) ; beautiful is better than ugly
161161+ python ; beautiful is better than ugly
155162 ;;qt ; the 'cutest' gui framework ever
156163 ;;racket ; a DSL for DSLs
164164+ ;;raku ; the artist formerly known as perl6
157165 ;;rest ; Emacs as a REST client
158166 ;;rst ; ReST in peace
159167 ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
···161169 ;;scala ; java, but good
162170 ;;scheme ; a fully conniving family of lisps
163171 (sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
172172+ ;;sml
164173 ;;solidity ; do you need a blockchain? No.
165174 ;;swift ; who asked for emoji variables?
166175 ;;terra ; Earth and Moon in alignment for performance.
167176 web ; the tubes
177177+ yaml ; JSON, but readable
168178169179 :email
170180 ;;(mu4e +gmail)
···178188 ;;twitter ; twitter client https://twitter.com/vnought
179189180190 :config
181181- literate
191191+ ;;literate
182192 (default +bindings +smartparens))