updated config
This commit is contained in:
parent
a17c6e234d
commit
7fd35f59e6
5 changed files with 96 additions and 55 deletions
16
packages.el
16
packages.el
|
@ -16,8 +16,22 @@
|
|||
(unpin! orderless)
|
||||
(unpin! cape)
|
||||
(unpin! corfu)
|
||||
(unpin! yasnippet-capf)
|
||||
;; (unpin! geiser)
|
||||
|
||||
(package! meow-vterm
|
||||
:recipe (:type git
|
||||
:host github
|
||||
:repo "accelbread/meow-vterm"))
|
||||
|
||||
(package! kbd-mode
|
||||
:recipe (:type git
|
||||
:host github
|
||||
:repo "kmonad/kbd-mode"))
|
||||
|
||||
(package! just-mode)
|
||||
(package! justl)
|
||||
|
||||
(package! nerd-icons-completion)
|
||||
(package! nerd-icons-dired)
|
||||
(package! treemacs-nerd-icons)
|
||||
|
@ -41,6 +55,8 @@
|
|||
(package! scad-mode)
|
||||
(package! consult-yasnippet)
|
||||
(package! gcode-mode)
|
||||
(package! sly-asdf)
|
||||
(package! sly-quicklisp)
|
||||
|
||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||
;(package! some-package)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue