Add few emacs packages
This commit is contained in:
parent
7349543d4c
commit
4772957789
@ -2604,23 +2604,26 @@ Choose account label to feed msmtp -a option based on From header in Message buf
|
||||
word-wrap ; soft wrapping with language-aware indent
|
||||
|
||||
:emacs
|
||||
dired ; making dired pretty [functional]
|
||||
(dired +icons) ; making dired pretty [functional]
|
||||
electric ; smarter, keyword-based electric-indent
|
||||
ibuffer ; interactive buffer management
|
||||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
||||
:term
|
||||
eshell ; a consistent, cross-platform shell (WIP)
|
||||
vterm
|
||||
|
||||
:tools
|
||||
debugger ; Stepping through code, to help you add bugs
|
||||
(eval +overlay) ; run code, run (also, repls)
|
||||
(lookup ; helps you navigate your code and documentation
|
||||
+docsets) ; ...or in Dash docsets locally
|
||||
;;lsp
|
||||
lsp
|
||||
magit ; a git porcelain for Emacs
|
||||
;;pass ; password manager for nerds
|
||||
pdf ; pdf enhancements
|
||||
eval
|
||||
biblio
|
||||
|
||||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
@ -2629,17 +2632,21 @@ Choose account label to feed msmtp -a option based on From header in Message buf
|
||||
:lang
|
||||
data ; config/data formats
|
||||
emacs-lisp ; drown in parentheses
|
||||
go
|
||||
(javascript
|
||||
+lsp)
|
||||
latex ; writing papers in Emacs has never been so fun
|
||||
markdown ; writing docs for people to ignore
|
||||
;; markdown ; writing docs for people to ignore
|
||||
(org ; organize your plain life in plain text
|
||||
+dragndrop ; drag & drop files/images into org buffers
|
||||
+hugo ; use Emacs for hugo blogging
|
||||
+journal ;
|
||||
+roam ;
|
||||
+pomodoro ;
|
||||
+present) ; using org-mode for presentations
|
||||
python ; beautiful is better than ugly
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
(sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
+lsp)
|
||||
(web
|
||||
+lsp)
|
||||
|
||||
:email
|
||||
(mu4e +gmail)
|
||||
|
Loading…
Reference in New Issue
Block a user