2023-03-05 12:03:36 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; $DOOMDIR/packages.el
|
|
|
|
|
|
|
|
;; To install a package with Doom you must declare them here and run 'doom sync'
|
|
|
|
;; on the command line, then restart Emacs for the changes to take effect -- or
|
|
|
|
;; use 'M-x doom/reload'.
|
|
|
|
|
2023-10-31 11:50:28 -04:00
|
|
|
;; (unpin! compat)
|
2023-03-20 10:40:35 -04:00
|
|
|
(unpin! doom-themes)
|
2025-02-25 12:39:00 -05:00
|
|
|
;;(unpin! lsp-mode)
|
2023-03-20 10:40:35 -04:00
|
|
|
(unpin! sly)
|
2024-07-09 14:19:25 -04:00
|
|
|
;; (unpin! racket-mode)
|
2024-09-09 16:19:43 -04:00
|
|
|
(unpin! consult)
|
|
|
|
(unpin! vertico)
|
|
|
|
(unpin! embark)
|
|
|
|
(unpin! orderless)
|
|
|
|
(unpin! cape)
|
|
|
|
(unpin! corfu)
|
2024-03-25 14:18:11 -04:00
|
|
|
(unpin! yasnippet-capf)
|
2024-04-06 13:20:25 -04:00
|
|
|
(unpin! parinfer-rust-mode)
|
2025-01-05 15:07:20 -05:00
|
|
|
(unpin! use-package)
|
2023-10-31 11:50:28 -04:00
|
|
|
;; (unpin! geiser)
|
2024-04-18 14:24:42 -04:00
|
|
|
(unpin! vterm)
|
2025-03-19 11:23:46 -04:00
|
|
|
;; (unpin! mu4e)
|
2024-07-10 11:25:27 -04:00
|
|
|
|
2025-02-26 22:11:09 -05:00
|
|
|
(package! meow)
|
2025-02-11 12:47:13 -05:00
|
|
|
(package! direnv)
|
2025-03-12 11:54:28 -04:00
|
|
|
(package! kurecolor)
|
|
|
|
(package! colorful-mode)
|
2025-02-11 12:47:13 -05:00
|
|
|
(package! magit-annex)
|
2024-06-05 14:14:43 -04:00
|
|
|
(package! bookmark-in-project)
|
|
|
|
|
2025-02-11 12:47:13 -05:00
|
|
|
(package! kdl-mode
|
|
|
|
:recipe (:type git
|
|
|
|
:host github
|
|
|
|
:repo "bobuk/kdl-mode"
|
|
|
|
:files (:defaults "*.el")))
|
|
|
|
|
2024-03-25 14:18:11 -04:00
|
|
|
(package! meow-vterm
|
|
|
|
:recipe (:type git
|
|
|
|
:host github
|
|
|
|
:repo "accelbread/meow-vterm"))
|
|
|
|
|
2024-06-06 13:30:00 -04:00
|
|
|
(package! meow-tree-sitter
|
2024-06-30 15:25:28 -04:00
|
|
|
:recipe (:type git :host github :repo "skissue/meow-tree-sitter"))
|
2024-06-06 13:30:00 -04:00
|
|
|
|
2024-03-25 14:18:11 -04:00
|
|
|
(package! kbd-mode
|
|
|
|
:recipe (:type git
|
|
|
|
:host github
|
|
|
|
:repo "kmonad/kbd-mode"))
|
|
|
|
|
2024-06-24 17:26:31 -04:00
|
|
|
(package! consult-mu
|
2025-04-17 10:01:27 -04:00
|
|
|
:recipe (:host github :type git :repo "armindarvish/consult-mu" :files (:defaults "extras/*.el")))
|
2024-06-30 15:25:28 -04:00
|
|
|
|
2024-06-29 15:37:50 -04:00
|
|
|
(package! mu4e-overview
|
|
|
|
:recipe (:type git
|
|
|
|
:host github
|
|
|
|
:repo "mkcms/mu4e-overview"))
|
2024-06-24 17:26:31 -04:00
|
|
|
|
2024-03-25 14:18:11 -04:00
|
|
|
(package! just-mode)
|
|
|
|
(package! justl)
|
2024-06-05 14:14:43 -04:00
|
|
|
(package! fennel-mode)
|
|
|
|
(package! systemd)
|
2023-08-31 13:46:13 -04:00
|
|
|
(package! nerd-icons-completion)
|
|
|
|
(package! nerd-icons-dired)
|
|
|
|
(package! treemacs-nerd-icons)
|
2023-09-06 10:06:14 -04:00
|
|
|
(package! kind-icon)
|
2024-05-13 14:52:42 -04:00
|
|
|
(package! caddyfile-mode)
|
2023-03-05 12:03:36 -05:00
|
|
|
(package! obsidian)
|
2023-06-02 12:04:53 -04:00
|
|
|
(package! w3m)
|
2023-03-05 12:03:36 -05:00
|
|
|
(package! terminal-here)
|
|
|
|
(package! processing-mode)
|
|
|
|
(package! ob-p5js)
|
2024-01-20 11:55:12 -05:00
|
|
|
;; (package! tidal)
|
2023-03-05 12:03:36 -05:00
|
|
|
(package! fish-mode)
|
|
|
|
(package! smart-tabs-mode)
|
2024-09-28 21:19:56 -04:00
|
|
|
;;(package! sclang
|
|
|
|
;; :recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
|
2023-10-19 11:23:45 -04:00
|
|
|
(package! platformio-mode)
|
2023-10-26 12:24:53 -04:00
|
|
|
(package! scad-mode)
|
2023-10-28 12:20:30 -04:00
|
|
|
(package! consult-yasnippet)
|
2023-11-25 16:09:22 -05:00
|
|
|
(package! gcode-mode)
|
2024-03-25 14:18:11 -04:00
|
|
|
(package! sly-asdf)
|
|
|
|
(package! sly-quicklisp)
|
2023-10-28 12:20:30 -04:00
|
|
|
|
2024-05-13 14:52:42 -04:00
|
|
|
(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
|
2024-07-30 13:41:30 -04:00
|
|
|
:recipe (:type git
|
|
|
|
:host github
|
|
|
|
:repo "moderninterpreters/markup"
|
2024-05-13 14:52:42 -04:00
|
|
|
:files ("*.el")))
|
|
|
|
|
2024-06-30 15:25:28 -04:00
|
|
|
(package! bookmark-in-project)
|
2025-02-23 12:35:30 -05:00
|
|
|
|
|
|
|
(package! eglot-booster
|
|
|
|
:recipe (:type git
|
|
|
|
:host github
|
|
|
|
:repo "jdtsmith/eglot-booster"))
|
2025-02-25 12:39:00 -05:00
|
|
|
|
|
|
|
(package! eldoc :built-in t)
|
2025-03-12 11:54:28 -04:00
|
|
|
(package! track-changes :pin "63f21ecf8c59ead2168c983f44364d0ac11d8f77")
|
|
|
|
(package! soap-client :built-in t)
|