config changes
This commit is contained in:
parent
b4df8f3b50
commit
d8f685b1e0
3 changed files with 50 additions and 38 deletions
25
packages.el
25
packages.el
|
@ -38,7 +38,7 @@
|
|||
(package! nerd-icons-dired)
|
||||
(package! treemacs-nerd-icons)
|
||||
(package! kind-icon)
|
||||
|
||||
(package! caddyfile-mode)
|
||||
(package! obsidian)
|
||||
(package! w3m)
|
||||
(package! terminal-here)
|
||||
|
@ -49,10 +49,6 @@
|
|||
(package! smart-tabs-mode)
|
||||
(package! sclang
|
||||
:recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
|
||||
(package! ijanet
|
||||
:recipe (:type git
|
||||
:host github
|
||||
:repo "serialdev/ijanet-mode"))
|
||||
(package! platformio-mode)
|
||||
(package! scad-mode)
|
||||
(package! consult-yasnippet)
|
||||
|
@ -60,6 +56,25 @@
|
|||
(package! sly-asdf)
|
||||
(package! sly-quicklisp)
|
||||
|
||||
|
||||
(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 (:local-repo "/Users/emenel/Source/_cl/markup"
|
||||
:files ("*.el")))
|
||||
|
||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||
;(package! some-package)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue