cleaning up packages
This commit is contained in:
parent
449a736231
commit
f8baa1f552
2 changed files with 11 additions and 18 deletions
3
init.el
3
init.el
|
@ -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)
|
||||
|
||||
|
|
26
packages.el
26
packages.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue