cleaning up packages

This commit is contained in:
Matt Nish-Lapidus 2025-06-02 12:52:48 -04:00
parent 449a736231
commit f8baa1f552
2 changed files with 11 additions and 18 deletions

View file

@ -94,7 +94,7 @@
(javascript +lsp +tree-sitter) ; all(hope(abandon(ye(who(enter(here))))))
(lua +tree-sitter) ; one-based indices? one-based indices
(markdown +tree-sitter) ; writing docs for people to ignore
(nix +treesitter +lsp) ; I hereby Declare "nix geht mehr!"
(nix +tree-sitter +lsp) ; I hereby Declare "nix geht mehr!"
(org +pretty +dragndrop) ; organize your plain life in plain text
(php +tree-sitter) ; perl's insecure younger brother
(python +lsp +tree-sitter) ; beautiful is better than ugly
@ -106,6 +106,7 @@
(web +lsp +tree-sitter)
(yaml +tree-sitter) ; JSON, but readable
:email
(mu4e +mbsync)

View file

@ -74,32 +74,24 @@
;; (package! tidal)
(package! fish-mode)
(package! smart-tabs-mode)
;;(package! sclang
;; :recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
(package! sclang
:recipe (:local-repo "/home/emenel/.local/share/SuperCollider/downloaded-quarks/scel/el"))
(package! platformio-mode)
(package! scad-mode)
(package! consult-yasnippet)
(package! gcode-mode)
(package! consult-yasnippet)
(package! uniline)
(package! sly-asdf)
(package! sly-quicklisp)
(package! mixed-pitch)
(package! nerd-icons-ibuffer)
(package! a-janet-mode
:recipe (:type git
:host nil
:repo "https://codeberg.org/sogaiu/a-janet-mode"
:branch "main"
:files ("*.el" "*.janet" "highlights")))
(package! ajrepl
:recipe (:type git
:host github
:repo "sogaiu/ajrepl"
:files (:defaults ("ajrepl/"
"ajrepl/*"))))
(package! lisp-markup
:recipe (:type git
:host github