dwt1--dotfiles/.config/doom/init.el

192 lines
9.1 KiB
EmacsLisp
Raw Permalink Normal View History

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