|
|
|
|
@ -35,13 +35,13 @@
|
|
|
|
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
|
|
|
|
;;hydra
|
|
|
|
|
;;indent-guides ; highlighted indent columns
|
|
|
|
|
ligatures ; ligatures and symbols to make your code pretty again
|
|
|
|
|
(ligatures +extras) ; ligatures and symbols to make your code pretty again
|
|
|
|
|
;;minimap ; show a map of the code on the side
|
|
|
|
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
|
|
|
;;nav-flash ; blink cursor line after big motions
|
|
|
|
|
;;neotree ; a project drawer, like NERDTree for vim
|
|
|
|
|
ophints ; highlight the region an operation acts on
|
|
|
|
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
|
|
|
(popup +defaults +all) ; tame sudden yet inevitable temporary windows
|
|
|
|
|
;;tabs ; a tab bar for Emacs
|
|
|
|
|
treemacs ; a project drawer, like neotree but cooler
|
|
|
|
|
unicode ; extended unicode support for various languages
|
|
|
|
|
@ -62,26 +62,27 @@
|
|
|
|
|
;;objed ; text object editing for the innocent
|
|
|
|
|
;;parinfer ; turn lisp into python, sort of
|
|
|
|
|
;;rotate-text ; cycle region at point between text candidates
|
|
|
|
|
snippets ; my elves. They type so I don't have to
|
|
|
|
|
snippets ; my elves. They type so I don't have to
|
|
|
|
|
;;word-wrap ; soft wrapping with language-aware indent
|
|
|
|
|
|
|
|
|
|
:emacs
|
|
|
|
|
dired ; making dired pretty [functional]
|
|
|
|
|
electric ; smarter, keyword-based electric-indent
|
|
|
|
|
;;ibuffer ; interactive buffer management
|
|
|
|
|
undo ; persistent, smarter undo for your inevitable mistakes
|
|
|
|
|
vc ; version-control and Emacs, sitting in a tree
|
|
|
|
|
(dired +ranger +icons) ; making dired pretty [functional]
|
|
|
|
|
electric ; smarter, keyword-based electric-indent
|
|
|
|
|
;;ibuffer ; interactive buffer management
|
|
|
|
|
(undo +tree) ; persistent, smarter undo for your inevitable mistakes
|
|
|
|
|
vc ; version-control and Emacs, sitting in a tree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:term
|
|
|
|
|
;;eshell ; the elisp shell that works everywhere
|
|
|
|
|
;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
|
|
|
|
|
|
|
|
|
|
:checkers
|
|
|
|
|
syntax ; tasing you for every semicolon you forget
|
|
|
|
|
(spell +aspell) ; tasing you for misspelling mispelling
|
|
|
|
|
grammar ; tasing grammar mistake every you make
|
|
|
|
|
(spell +aspell) ; tasing you for misspelling mispelling
|
|
|
|
|
grammar ; tasing grammar mistake every you make
|
|
|
|
|
|
|
|
|
|
:tools
|
|
|
|
|
;;ansible
|
|
|
|
|
@ -93,20 +94,20 @@
|
|
|
|
|
(eval +overlay) ; run code, run (also, repls)
|
|
|
|
|
;;gist ; interacting with github gists
|
|
|
|
|
lookup ; navigate your code and its documentation
|
|
|
|
|
;;lsp
|
|
|
|
|
magit ; a git porcelain for Emacs
|
|
|
|
|
lsp
|
|
|
|
|
magit ; a git porcelain for Emacs
|
|
|
|
|
;;make ; run make tasks from Emacs
|
|
|
|
|
;;pass ; password manager for nerds
|
|
|
|
|
;;pdf ; pdf enhancements
|
|
|
|
|
pdf ; pdf enhancements
|
|
|
|
|
;;prodigy ; FIXME managing external services & code builders
|
|
|
|
|
;;rgb ; creating color strings
|
|
|
|
|
;;taskrunner ; taskrunner for all your projects
|
|
|
|
|
;;terraform ; infrastructure as code
|
|
|
|
|
tmux ; an API for interacting with tmux
|
|
|
|
|
tmux ; an API for interacting with tmux
|
|
|
|
|
;;upload ; map local to remote projects via ssh/ftp
|
|
|
|
|
|
|
|
|
|
:os
|
|
|
|
|
;;(:if IS-MAC macos) ; improve compatibility with macOS
|
|
|
|
|
;;(:if IS-MAC macos); improve compatibility with macOS
|
|
|
|
|
;;tty ; improve the terminal Emacs experience
|
|
|
|
|
|
|
|
|
|
:lang
|
|
|
|
|
@ -140,13 +141,13 @@
|
|
|
|
|
latex ; writing papers in Emacs has never been so fun
|
|
|
|
|
;;lean
|
|
|
|
|
;;factor
|
|
|
|
|
ledger ; an accounting system in Emacs
|
|
|
|
|
lua ; one-based indices? one-based indices
|
|
|
|
|
markdown ; writing docs for people to ignore
|
|
|
|
|
ledger ; an accounting system in Emacs
|
|
|
|
|
lua ; one-based indices? one-based indices
|
|
|
|
|
(markdown +grip) ; writing docs for people to ignore
|
|
|
|
|
;;nim ; python + lisp at the speed of c
|
|
|
|
|
;;nix ; I hereby declare "nix geht mehr!"
|
|
|
|
|
;;ocaml ; an objective camel
|
|
|
|
|
(org +roam +capture +pretty) ; organize your plain life in plain text
|
|
|
|
|
(org +roam +noter +capture +pretty) ; organize your plain life in plain text
|
|
|
|
|
;;php ; perl's insecure younger brother
|
|
|
|
|
;;plantuml ; diagrams for confusing people more
|
|
|
|
|
;;purescript ; javascript, but functional
|
|
|
|
|
@ -156,11 +157,11 @@
|
|
|
|
|
;;raku ; the artist formerly known as perl6
|
|
|
|
|
;;rest ; Emacs as a REST client
|
|
|
|
|
;;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()
|
|
|
|
|
scala ; java, but good
|
|
|
|
|
scala ; java, but good
|
|
|
|
|
;;scheme ; 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
|
|
|
|
|
;;solidity ; do you need a blockchain? No.
|
|
|
|
|
;;swift ; who asked for emoji variables?
|
|
|
|
|
|