Re-order Emacs packages
This commit is contained in:
parent
1446b3abc6
commit
35d7771ce7
|
@ -32,67 +32,10 @@
|
||||||
'';
|
'';
|
||||||
extraPackages = epkgs:
|
extraPackages = epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
# theme
|
# Theme
|
||||||
catppuccin-theme
|
catppuccin-theme
|
||||||
|
|
||||||
# spell-checking
|
# UI
|
||||||
flyspell-correct
|
|
||||||
consult-flyspell
|
|
||||||
|
|
||||||
# password-store
|
|
||||||
password-store
|
|
||||||
password-store-otp
|
|
||||||
pass # password-store major mode
|
|
||||||
|
|
||||||
# completion-packages
|
|
||||||
cape
|
|
||||||
consult
|
|
||||||
consult-eglot
|
|
||||||
corfu
|
|
||||||
corfu-terminal
|
|
||||||
embark
|
|
||||||
embark-consult
|
|
||||||
marginalia
|
|
||||||
orderless
|
|
||||||
vertico
|
|
||||||
tempel
|
|
||||||
tempel-collection
|
|
||||||
|
|
||||||
# ide-packages
|
|
||||||
treesit-grammars.with-all-grammars
|
|
||||||
treesit-auto
|
|
||||||
flymake-popon
|
|
||||||
flymake-collection
|
|
||||||
flymake-lua
|
|
||||||
flymake-ruff
|
|
||||||
flymake-clippy
|
|
||||||
flymake-eslint
|
|
||||||
flymake-shellcheck
|
|
||||||
apheleia
|
|
||||||
direnv
|
|
||||||
rainbow-delimiters
|
|
||||||
aggressive-indent
|
|
||||||
nix-mode
|
|
||||||
lua-mode
|
|
||||||
cargo
|
|
||||||
|
|
||||||
# media-packages
|
|
||||||
emms
|
|
||||||
|
|
||||||
# org-packages
|
|
||||||
org-roam
|
|
||||||
org-noter
|
|
||||||
org-journal
|
|
||||||
citar
|
|
||||||
citar-embark
|
|
||||||
gnuplot
|
|
||||||
|
|
||||||
# project-packages
|
|
||||||
ibuffer-project
|
|
||||||
magit
|
|
||||||
forge
|
|
||||||
|
|
||||||
# ui-packages
|
|
||||||
all-the-icons
|
all-the-icons
|
||||||
nerd-icons
|
nerd-icons
|
||||||
nerd-icons-completion
|
nerd-icons-completion
|
||||||
|
@ -108,20 +51,81 @@
|
||||||
link-hint
|
link-hint
|
||||||
diff-hl
|
diff-hl
|
||||||
|
|
||||||
# Tree-Sitter packages
|
# Completion
|
||||||
nushell-ts-mode
|
cape
|
||||||
|
consult
|
||||||
|
consult-eglot
|
||||||
|
consult-flyspell
|
||||||
|
corfu
|
||||||
|
corfu-terminal
|
||||||
|
embark
|
||||||
|
embark-consult
|
||||||
|
marginalia
|
||||||
|
orderless
|
||||||
|
vertico
|
||||||
|
|
||||||
# writing-packages
|
# Snippets
|
||||||
|
tempel
|
||||||
|
tempel-collection
|
||||||
|
|
||||||
|
# spell-checking
|
||||||
|
flyspell-correct
|
||||||
|
|
||||||
|
# password-store
|
||||||
|
pass
|
||||||
|
password-store
|
||||||
|
password-store-otp
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
treesit-grammars.with-all-grammars
|
||||||
|
treesit-auto
|
||||||
|
nushell-ts-mode
|
||||||
|
flymake-popon
|
||||||
|
flymake-collection
|
||||||
|
flymake-lua
|
||||||
|
flymake-ruff
|
||||||
|
flymake-clippy
|
||||||
|
flymake-eslint
|
||||||
|
flymake-shellcheck
|
||||||
|
apheleia
|
||||||
|
direnv
|
||||||
|
rainbow-delimiters
|
||||||
|
aggressive-indent
|
||||||
|
nix-mode
|
||||||
|
lua-mode
|
||||||
|
cargo
|
||||||
|
|
||||||
|
# Media
|
||||||
|
emms
|
||||||
|
|
||||||
|
# org-mode
|
||||||
|
org-roam
|
||||||
|
org-noter
|
||||||
|
org-journal
|
||||||
|
|
||||||
|
# org-cite
|
||||||
|
citar
|
||||||
|
citar-embark
|
||||||
|
|
||||||
|
# org-plot
|
||||||
|
gnuplot
|
||||||
|
|
||||||
|
# Projects
|
||||||
|
ibuffer-project
|
||||||
|
magit
|
||||||
|
forge
|
||||||
|
|
||||||
|
# Writing
|
||||||
markdown-mode
|
markdown-mode
|
||||||
pandoc-mode
|
pandoc-mode
|
||||||
auctex
|
auctex
|
||||||
auctex-latexmk
|
auctex-latexmk
|
||||||
latex-preview-pane
|
latex-preview-pane
|
||||||
|
|
||||||
# email-packages
|
# Email
|
||||||
mu4e
|
mu4e
|
||||||
|
|
||||||
# feed-packages
|
# RSS/YouTube feeds
|
||||||
elfeed
|
elfeed
|
||||||
elfeed-org
|
elfeed-org
|
||||||
elfeed-tube
|
elfeed-tube
|
||||||
|
|
Loading…
Reference in a new issue