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