|
@@ -59,6 +59,12 @@
|
|
|
ibuffer ; interactive buffer management
|
|
|
vc ; version-control and Emacs, sitting in a tree
|
|
|
|
|
|
+
|
|
|
+ :checkers
|
|
|
+ syntax ; tasing you for every semicolon you forget
|
|
|
+ spell ; tasing you for misspelling mispelling
|
|
|
+ grammar ; tasing grammar mistake every you make
|
|
|
+
|
|
|
:term
|
|
|
eshell ; a consistent, cross-platform shell (WIP)
|
|
|
;;shell ; a terminal REPL for Emacs
|
|
@@ -73,8 +79,6 @@
|
|
|
editorconfig ; let someone else argue about tabs vs spaces
|
|
|
;;ein ; tame Jupyter notebooks with emacs
|
|
|
(eval +overlay) ; run code, run (also, repls)
|
|
|
- flycheck ; tasing you for every semicolon you forget
|
|
|
- flyspell ; tasing you for misspelling mispelling
|
|
|
gist ; interacting with github gists
|
|
|
(lookup ; helps you navigate your code and documentation
|
|
|
+docsets) ; ...or in Dash docsets locally
|
|
@@ -116,7 +120,7 @@
|
|
|
julia ; a better, faster MATLAB
|
|
|
;;kotlin ; a better, slicker Java(Script)
|
|
|
;;latex ; writing papers in Emacs has never been so fun
|
|
|
- ;;ledger ; an accounting system in Emacs
|
|
|
+ ledger ; an accounting system in Emacs
|
|
|
;;lua ; one-based indices? one-based indices
|
|
|
markdown ; writing docs for people to ignore
|
|
|
nim ; python + lisp at the speed of c
|
|
@@ -164,9 +168,6 @@
|
|
|
;;irc ; how neckbeards socialize
|
|
|
(rss +org) ; emacs as an RSS reader
|
|
|
;;twitter ; twitter client https://twitter.com/vnought
|
|
|
- (write ; emacs for writers (fiction, notes, papers, etc.)
|
|
|
- +wordnut ; wordnet (wn) search
|
|
|
- +langtool) ; a proofreader (grammar/style check) for Emacs
|
|
|
|
|
|
:config
|
|
|
;; For literate config users. This will tangle+compile a config.org
|