|
@@ -33,7 +33,7 @@
|
|
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
|
|
;;hydra
|
|
|
;;indent-guides ; highlighted indent columns
|
|
|
- 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
|
|
|
nav-flash ; blink cursor line after big motions
|
|
|
;;neotree ; a project drawer, like NERDTree for vim
|
|
@@ -41,7 +41,7 @@
|
|
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
|
;;pretty-code ; ligatures or substitute text with pretty symbols
|
|
|
;;tabs ; an 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
|
|
|
vc-gutter ; vcs diff in the fringe
|
|
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
|
@@ -53,7 +53,7 @@
|
|
|
(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
|
|
|
+ format ; +onsave) ; automated prettiness
|
|
|
;;god ; run Emacs commands without modifier keys
|
|
|
;;lispy ; vim for lisp, for people who don't like vim
|
|
|
multiple-cursors ; editing in many places at once
|
|
@@ -91,7 +91,7 @@
|
|
|
(eval +overlay) ; run code, run (also, repls)
|
|
|
gist ; interacting with github gists
|
|
|
lookup ; navigate your code and its documentation
|
|
|
- lsp
|
|
|
+ ;lsp
|
|
|
;;macos ; MacOS-specific commands
|
|
|
magit ; a git porcelain for Emacs
|
|
|
make ; run make tasks from Emacs
|
|
@@ -152,9 +152,9 @@
|
|
|
+present) ; using Emacs for presentations
|
|
|
;;perl ; write code no one else can comprehend
|
|
|
;;php ; perl's insecure younger brother
|
|
|
- plantuml ; diagrams for confusing people more
|
|
|
+ plantuml ; diagrams for confusing people more
|
|
|
;;purescript ; javascript, but functional
|
|
|
- (python +lsp) ; beautiful is better than ugly
|
|
|
+ python ; beautiful is better than ugly
|
|
|
;;qt ; the 'cutest' gui framework ever
|
|
|
;;racket ; a DSL for DSLs
|
|
|
rest ; Emacs as a REST client
|