|
|
@ -15,7 +15,7 @@
|
|
|
|
;; directory (for easy access to its source code).
|
|
|
|
;; directory (for easy access to its source code).
|
|
|
|
|
|
|
|
|
|
|
|
(doom! :input
|
|
|
|
(doom! :input
|
|
|
|
;;chinese
|
|
|
|
chinese
|
|
|
|
japanese
|
|
|
|
japanese
|
|
|
|
;;layout ; auie,ctsrnm is the superior home row
|
|
|
|
;;layout ; auie,ctsrnm is the superior home row
|
|
|
|
|
|
|
|
|
|
|
@ -23,23 +23,23 @@
|
|
|
|
company ; the ultimate code completion backend
|
|
|
|
company ; the ultimate code completion backend
|
|
|
|
;;helm ; the *other* search engine for love and life
|
|
|
|
;;helm ; the *other* search engine for love and life
|
|
|
|
;;ido ; the other *other* search engine...
|
|
|
|
;;ido ; the other *other* search engine...
|
|
|
|
ivy ; a search engine for love and life
|
|
|
|
;;ivy ; a search engine for love and life
|
|
|
|
|
|
|
|
vertico ; the search engine of the future
|
|
|
|
|
|
|
|
|
|
|
|
:ui
|
|
|
|
:ui
|
|
|
|
;;deft ; notational velocity for Emacs
|
|
|
|
deft ; notational velocity for Emacs
|
|
|
|
doom ; what makes DOOM look the way it does
|
|
|
|
doom ; what makes DOOM look the way it does
|
|
|
|
doom-dashboard ; a nifty splash screen for Emacs
|
|
|
|
doom-dashboard ; a nifty splash screen for Emacs
|
|
|
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
|
|
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
|
|
|
(emoji +unicode) ; 🙂
|
|
|
|
(emoji +unicode) ; 🙂
|
|
|
|
;;fill-column ; a `fill-column' indicator
|
|
|
|
|
|
|
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
|
|
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
|
|
|
;;hydra
|
|
|
|
;;hydra
|
|
|
|
indent-guides ; highlighted indent columns
|
|
|
|
indent-guides ; highlighted indent columns
|
|
|
|
ligatures ; ligatures and symbols to make your code pretty again
|
|
|
|
ligatures ; ligatures and symbols to make your code pretty again
|
|
|
|
minimap ; show a map of the code on the side
|
|
|
|
minimap ; show a map of the code on the side
|
|
|
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
|
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
|
|
;;nav-flash ; blink cursor line after big motions
|
|
|
|
nav-flash ; blink cursor line after big motions
|
|
|
|
neotree ; a project drawer, like NERDTree for vim
|
|
|
|
;;neotree ; a project drawer, like NERDTree for vim
|
|
|
|
ophints ; highlight the region an operation acts on
|
|
|
|
ophints ; highlight the region an operation acts on
|
|
|
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
|
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
|
|
tabs ; a tab bar for Emacs
|
|
|
|
tabs ; a tab bar for Emacs
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
:tools
|
|
|
|
:tools
|
|
|
|
;;ansible
|
|
|
|
;;ansible
|
|
|
|
;;debugger ; FIXME stepping through code, to help you add bugs
|
|
|
|
;;debugger ; FIXME stepping through code, to help you add bugs
|
|
|
|
;;direnv
|
|
|
|
direnv
|
|
|
|
;;docker
|
|
|
|
;;docker
|
|
|
|
editorconfig ; let someone else argue about tabs vs spaces
|
|
|
|
editorconfig ; let someone else argue about tabs vs spaces
|
|
|
|
;;ein ; tame Jupyter notebooks with emacs
|
|
|
|
;;ein ; tame Jupyter notebooks with emacs
|
|
|
@ -111,6 +111,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
:lang
|
|
|
|
:lang
|
|
|
|
;;agda ; types of types of types of types...
|
|
|
|
;;agda ; types of types of types of types...
|
|
|
|
|
|
|
|
;;beancount ; mind the GAAP
|
|
|
|
;;cc ; C/C++/Obj-C madness
|
|
|
|
;;cc ; C/C++/Obj-C madness
|
|
|
|
;;clojure ; java with a lisp
|
|
|
|
;;clojure ; java with a lisp
|
|
|
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
|
|
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
|
|
@ -118,7 +119,8 @@
|
|
|
|
;;crystal ; ruby at the speed of c
|
|
|
|
;;crystal ; ruby at the speed of c
|
|
|
|
;;csharp ; unity, .NET, and mono shenanigans
|
|
|
|
;;csharp ; unity, .NET, and mono shenanigans
|
|
|
|
;;data ; config/data formats
|
|
|
|
;;data ; config/data formats
|
|
|
|
;;(dart +flutter) ; paint ui and not much else
|
|
|
|
(dart +flutter) ; paint ui and not much else
|
|
|
|
|
|
|
|
;;dhall
|
|
|
|
;;elixir ; erlang done right
|
|
|
|
;;elixir ; erlang done right
|
|
|
|
;;elm ; care for a cup of TEA?
|
|
|
|
;;elm ; care for a cup of TEA?
|
|
|
|
emacs-lisp ; drown in parentheses
|
|
|
|
emacs-lisp ; drown in parentheses
|
|
|
@ -129,10 +131,10 @@
|
|
|
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
|
|
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
|
|
|
;;gdscript ; the language you waited for
|
|
|
|
;;gdscript ; the language you waited for
|
|
|
|
;;(go +lsp) ; the hipster dialect
|
|
|
|
;;(go +lsp) ; the hipster dialect
|
|
|
|
(haskell +dante) ; a language that's lazier than I am
|
|
|
|
(haskell +lsp) ; a language that's lazier than I am
|
|
|
|
;;hy ; readability of scheme w/ speed of python
|
|
|
|
;;hy ; readability of scheme w/ speed of python
|
|
|
|
;;idris ; a language you can depend on
|
|
|
|
;;idris ; a language you can depend on
|
|
|
|
;;json ; At least it ain't XML
|
|
|
|
json ; At least it ain't XML
|
|
|
|
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
|
|
|
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
|
|
|
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
|
|
|
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
|
|
|
;;julia ; a better, faster MATLAB
|
|
|
|
;;julia ; a better, faster MATLAB
|
|
|
@ -152,14 +154,14 @@
|
|
|
|
;;purescript ; javascript, but functional
|
|
|
|
;;purescript ; javascript, but functional
|
|
|
|
;;python ; beautiful is better than ugly
|
|
|
|
;;python ; beautiful is better than ugly
|
|
|
|
;;qt ; the 'cutest' gui framework ever
|
|
|
|
;;qt ; the 'cutest' gui framework ever
|
|
|
|
;;racket ; a DSL for DSLs
|
|
|
|
racket ; a DSL for DSLs
|
|
|
|
;;raku ; the artist formerly known as perl6
|
|
|
|
;;raku ; the artist formerly known as perl6
|
|
|
|
;;rest ; Emacs as a REST client
|
|
|
|
rest ; Emacs as a REST client
|
|
|
|
;;rst ; ReST in peace
|
|
|
|
;;rst ; ReST in peace
|
|
|
|
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
|
|
|
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
|
|
|
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
|
|
|
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
|
|
|
;;scala ; java, but good
|
|
|
|
;;scala ; java, but good
|
|
|
|
;;scheme ; a fully conniving family of lisps
|
|
|
|
;;(scheme +guile) ; a fully conniving family of lisps
|
|
|
|
sh ; she sells {ba,z,fi}sh shells on the C xor
|
|
|
|
sh ; she sells {ba,z,fi}sh shells on the C xor
|
|
|
|
;;sml
|
|
|
|
;;sml
|
|
|
|
;;solidity ; do you need a blockchain? No.
|
|
|
|
;;solidity ; do you need a blockchain? No.
|
|
|
@ -167,14 +169,15 @@
|
|
|
|
;;terra ; Earth and Moon in alignment for performance.
|
|
|
|
;;terra ; Earth and Moon in alignment for performance.
|
|
|
|
web ; the tubes
|
|
|
|
web ; the tubes
|
|
|
|
yaml ; JSON, but readable
|
|
|
|
yaml ; JSON, but readable
|
|
|
|
|
|
|
|
;;zig ; C, but simpler
|
|
|
|
|
|
|
|
|
|
|
|
:email
|
|
|
|
:email
|
|
|
|
;;(mu4e +gmail)
|
|
|
|
;;(mu4e +org +gmail)
|
|
|
|
;;notmuch
|
|
|
|
;;notmuch
|
|
|
|
;;(wanderlust +gmail)
|
|
|
|
;;(wanderlust +gmail)
|
|
|
|
|
|
|
|
|
|
|
|
:app
|
|
|
|
:app
|
|
|
|
;;calendar
|
|
|
|
calendar
|
|
|
|
;;irc ; how neckbeards socialize
|
|
|
|
;;irc ; how neckbeards socialize
|
|
|
|
;;(rss +org) ; emacs as an RSS reader
|
|
|
|
;;(rss +org) ; emacs as an RSS reader
|
|
|
|
;;twitter ; twitter client https://twitter.com/vnought
|
|
|
|
;;twitter ; twitter client https://twitter.com/vnought
|
|
|
|