|
|
@ -40,11 +40,11 @@ |
|
|
|
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 |
|
|
|
treemacs ; a project drawer, like neotree but cooler |
|
|
|
;; treemacs ; a project drawer, like neotree but cooler |
|
|
|
unicode ; extended unicode support for various languages |
|
|
|
unicode ; extended unicode support for various languages |
|
|
|
;; vc-gutter ; vcs diff in the fringe |
|
|
|
;; vc-gutter ; vcs diff in the fringe |
|
|
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB |
|
|
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB |
|
|
@ -56,7 +56,8 @@ |
|
|
|
(evil +everywhere); come to the dark side, we have cookies |
|
|
|
(evil +everywhere); come to the dark side, we have cookies |
|
|
|
file-templates ; auto-snippets for empty files |
|
|
|
file-templates ; auto-snippets for empty files |
|
|
|
fold ; (nigh) universal code folding |
|
|
|
fold ; (nigh) universal code folding |
|
|
|
;;(format +onsave) ; automated prettiness |
|
|
|
;; (format +onsave) ; automated prettiness |
|
|
|
|
|
|
|
format |
|
|
|
;;god ; run Emacs commands without modifier keys |
|
|
|
;;god ; run Emacs commands without modifier keys |
|
|
|
;;lispy ; vim for lisp, for people who don't like vim |
|
|
|
;;lispy ; vim for lisp, for people who don't like vim |
|
|
|
;;multiple-cursors ; editing in many places at once |
|
|
|
;;multiple-cursors ; editing in many places at once |
|
|
@ -68,7 +69,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
:emacs |
|
|
|
:emacs |
|
|
|
dired ; making dired pretty [functional] |
|
|
|
dired ; making dired pretty [functional] |
|
|
|
;; electric ; smarter, keyword-based electric-indent |
|
|
|
electric ; smarter, keyword-based electric-indent |
|
|
|
;;ibuffer ; interactive buffer management |
|
|
|
;;ibuffer ; interactive buffer management |
|
|
|
undo ; persistent, smarter undo for your inevitable mistakes |
|
|
|
undo ; persistent, smarter undo for your inevitable mistakes |
|
|
|
;; vc ; version-control and Emacs, sitting in a tree |
|
|
|
;; vc ; version-control and Emacs, sitting in a tree |
|
|
@ -77,7 +78,7 @@ |
|
|
|
;;eshell ; the elisp shell that works everywhere |
|
|
|
;;eshell ; the elisp shell that works everywhere |
|
|
|
;;shell ; simple shell REPL for Emacs |
|
|
|
;;shell ; simple shell REPL for Emacs |
|
|
|
;;term ; basic terminal emulator for Emacs |
|
|
|
;;term ; basic terminal emulator for Emacs |
|
|
|
;;vterm ; the best terminal emulation in Emacs |
|
|
|
vterm ; the best terminal emulation in Emacs |
|
|
|
|
|
|
|
|
|
|
|
:checkers |
|
|
|
:checkers |
|
|
|
syntax ; tasing you for every semicolon you forget |
|
|
|
syntax ; tasing you for every semicolon you forget |
|
|
@ -156,8 +157,8 @@ |
|
|
|
org ; organize your plain life in plain text |
|
|
|
org ; organize your plain life in plain text |
|
|
|
;;php ; perl's insecure younger brother |
|
|
|
;;php ; perl's insecure younger brother |
|
|
|
;;plantuml ; diagrams for confusing people more |
|
|
|
;;plantuml ; diagrams for confusing people more |
|
|
|
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 |
|
|
|