Emacs: clear out some packages I don't need any more
Removed: page-break-lines, helpful, ace-window, link-hint, consult-flyspell, embark (and associated), forge (part of magit anyway), flymake-popon, aggressive-indent
This commit is contained in:
parent
af37c0c34a
commit
d4c58e4698
|
@ -1,8 +1,7 @@
|
|||
epkgs:
|
||||
with epkgs; [
|
||||
# Theme
|
||||
base16-theme
|
||||
# UI
|
||||
base16-theme
|
||||
all-the-icons
|
||||
nerd-icons
|
||||
nerd-icons-completion
|
||||
|
@ -11,12 +10,9 @@ with epkgs; [
|
|||
nerd-icons-ibuffer
|
||||
minions
|
||||
ligature
|
||||
page-break-lines
|
||||
helpful
|
||||
which-key
|
||||
ace-window
|
||||
link-hint
|
||||
diff-hl
|
||||
|
||||
# Completion
|
||||
vertico
|
||||
orderless
|
||||
|
@ -26,36 +22,33 @@ with epkgs; [
|
|||
corfu-terminal
|
||||
consult
|
||||
consult-eglot
|
||||
consult-flyspell
|
||||
embark
|
||||
embark-consult
|
||||
flyspell-correct
|
||||
tempel
|
||||
|
||||
# IDE
|
||||
treesit-auto
|
||||
magit
|
||||
forge
|
||||
flymake-popon
|
||||
apheleia
|
||||
envrc
|
||||
rainbow-delimiters
|
||||
flymake-shellcheck
|
||||
flymake-yamllint
|
||||
flymake-clippy
|
||||
flymake-eslint
|
||||
apheleia
|
||||
envrc
|
||||
rainbow-delimiters
|
||||
aggressive-indent
|
||||
markdown-mode
|
||||
pandoc-mode
|
||||
python-docstring
|
||||
nix-mode
|
||||
lua-mode
|
||||
# Writing
|
||||
|
||||
# Org + LaTeX
|
||||
org-roam
|
||||
org-noter
|
||||
citar
|
||||
citar-embark
|
||||
markdown-mode
|
||||
pandoc-mode
|
||||
auctex
|
||||
htmlize
|
||||
|
||||
# Other
|
||||
password-store
|
||||
emms
|
||||
|
|
Loading…
Reference in a new issue