Remove unused emacs-packages.nix and pyproject.toml
This commit is contained in:
parent
d76e84a071
commit
7a06e51a1c
|
@ -1,60 +0,0 @@
|
||||||
epkgs: with epkgs; [
|
|
||||||
# UI
|
|
||||||
base16-theme
|
|
||||||
all-the-icons
|
|
||||||
nerd-icons
|
|
||||||
nerd-icons-completion
|
|
||||||
nerd-icons-corfu
|
|
||||||
nerd-icons-dired
|
|
||||||
nerd-icons-ibuffer
|
|
||||||
minions
|
|
||||||
ligature
|
|
||||||
which-key
|
|
||||||
diff-hl
|
|
||||||
|
|
||||||
# Completion
|
|
||||||
vertico
|
|
||||||
orderless
|
|
||||||
marginalia
|
|
||||||
cape
|
|
||||||
corfu
|
|
||||||
corfu-terminal
|
|
||||||
consult
|
|
||||||
consult-eglot
|
|
||||||
flyspell-correct
|
|
||||||
tempel
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
treesit-auto
|
|
||||||
magit
|
|
||||||
forge
|
|
||||||
apheleia
|
|
||||||
envrc
|
|
||||||
rainbow-delimiters
|
|
||||||
flymake-shellcheck
|
|
||||||
flymake-yamllint
|
|
||||||
flymake-clippy
|
|
||||||
flymake-eslint
|
|
||||||
markdown-mode
|
|
||||||
pandoc-mode
|
|
||||||
python-docstring
|
|
||||||
nix-mode
|
|
||||||
lua-mode
|
|
||||||
|
|
||||||
# Org + LaTeX
|
|
||||||
org-roam
|
|
||||||
org-noter
|
|
||||||
citar
|
|
||||||
auctex
|
|
||||||
htmlize
|
|
||||||
|
|
||||||
# Other
|
|
||||||
password-store
|
|
||||||
emms
|
|
||||||
bbdb
|
|
||||||
ement
|
|
||||||
elfeed
|
|
||||||
elfeed-org
|
|
||||||
elfeed-tube
|
|
||||||
scad-mode
|
|
||||||
]
|
|
|
@ -1,9 +0,0 @@
|
||||||
[virtualenvs]
|
|
||||||
create = true
|
|
||||||
in-project = true
|
|
||||||
|
|
||||||
[virtualenvs.options]
|
|
||||||
always-copy = true
|
|
||||||
no-pip = true
|
|
||||||
no-setuptools = true
|
|
||||||
system-site-packages = true
|
|
Loading…
Reference in a new issue