Trim some installed Emacs packages
This commit is contained in:
parent
64041f5c23
commit
004ba05434
|
@ -59,6 +59,8 @@
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
# Tree-sitter grammars, not a real Emacs package
|
# Tree-sitter grammars, not a real Emacs package
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
|
# Maildir utils with linked Emacs package
|
||||||
|
mu4e
|
||||||
# Theme
|
# Theme
|
||||||
base16-theme
|
base16-theme
|
||||||
# UI
|
# UI
|
||||||
|
@ -77,28 +79,23 @@
|
||||||
link-hint
|
link-hint
|
||||||
diff-hl
|
diff-hl
|
||||||
# Completion
|
# Completion
|
||||||
|
vertico
|
||||||
|
orderless
|
||||||
|
marginalia
|
||||||
cape
|
cape
|
||||||
|
corfu
|
||||||
|
corfu-terminal
|
||||||
consult
|
consult
|
||||||
consult-eglot
|
consult-eglot
|
||||||
consult-flyspell
|
consult-flyspell
|
||||||
corfu
|
|
||||||
corfu-terminal
|
|
||||||
embark
|
embark
|
||||||
embark-consult
|
embark-consult
|
||||||
marginalia
|
|
||||||
orderless
|
|
||||||
vertico
|
|
||||||
# Templates
|
|
||||||
tempel
|
|
||||||
license-templates
|
|
||||||
gitignore-templates
|
|
||||||
# spell-checking
|
|
||||||
flyspell-correct
|
flyspell-correct
|
||||||
# password-store
|
tempel
|
||||||
pass
|
|
||||||
password-store
|
|
||||||
# IDE
|
# IDE
|
||||||
treesit-auto
|
treesit-auto
|
||||||
|
magit
|
||||||
|
forge
|
||||||
flymake-popon
|
flymake-popon
|
||||||
flymake-shellcheck
|
flymake-shellcheck
|
||||||
flymake-yamllint
|
flymake-yamllint
|
||||||
|
@ -110,35 +107,21 @@
|
||||||
python-docstring
|
python-docstring
|
||||||
nix-mode
|
nix-mode
|
||||||
lua-mode
|
lua-mode
|
||||||
# Media
|
# Writing
|
||||||
emms
|
|
||||||
# org-mode
|
|
||||||
org-roam
|
org-roam
|
||||||
org-noter
|
org-noter
|
||||||
# org-cite
|
|
||||||
citar
|
citar
|
||||||
citar-embark
|
citar-embark
|
||||||
# org-mode HTML export
|
|
||||||
htmlize
|
|
||||||
# Projects
|
|
||||||
magit
|
|
||||||
forge
|
|
||||||
treemacs
|
|
||||||
treemacs-nerd-icons
|
|
||||||
# Writing
|
|
||||||
markdown-mode
|
markdown-mode
|
||||||
pandoc-mode
|
pandoc-mode
|
||||||
auctex
|
auctex
|
||||||
auctex-latexmk
|
htmlize
|
||||||
latex-preview-pane
|
# Other
|
||||||
# Contacts
|
emms
|
||||||
mu4e
|
|
||||||
bbdb
|
bbdb
|
||||||
ement
|
ement
|
||||||
# RSS feeds
|
|
||||||
elfeed
|
elfeed
|
||||||
elfeed-org
|
elfeed-org
|
||||||
elfeed-tube
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue