elpaca declarations don't need a car
This commit is contained in:
parent
12bb72623e
commit
ea2daa4b6e
@ -71,8 +71,7 @@
|
||||
|
||||
;; scribble SVGs in org buffers like it's 2005 (idk I was a baby then)
|
||||
(use-package edraw
|
||||
:elpaca (edraw
|
||||
:repo "https://github.com/misohena/el-easydraw")
|
||||
:elpaca (:repo "https://github.com/misohena/el-easydraw")
|
||||
:after org
|
||||
:config
|
||||
(require 'edraw-org)
|
||||
@ -165,8 +164,7 @@
|
||||
(evil-goggles-default-face
|
||||
((t (:background "#303030" :foreground "#2233aa")))))
|
||||
(use-package altcaps
|
||||
:elpaca (altcaps
|
||||
:host github
|
||||
:elpaca (:host github
|
||||
:repo "protesilaos/altcaps")
|
||||
:general (general-define-key
|
||||
:states 'visual
|
||||
@ -296,20 +294,17 @@ If the current window occupies the whole frame, split it."
|
||||
:repo "https://git.mitchmarq42.xyz/mitch/eshell-dat")
|
||||
:after eshell)
|
||||
(use-package ansilove
|
||||
:elpaca (ansilove
|
||||
:host gitlab
|
||||
:elpaca (:host gitlab
|
||||
:repo "xgqt/emacs-ansilove")
|
||||
:commands ansilove)
|
||||
(use-package gitstatus
|
||||
:elpaca (gitstatus
|
||||
:host github
|
||||
:elpaca (:host github
|
||||
:repo "igorepst/gitstatus-el")
|
||||
:custom (gitstatusd-exe "~/.cache/gitstatus/gitstatusd-linux-x86_64")
|
||||
:after eshell
|
||||
:init (add-hook 'eshell-before-prompt-hook #'gitstatus-eshell-start))
|
||||
(use-package p11k
|
||||
:elpaca (p11k
|
||||
:repo "https://git.mitchmarq42.xyz/mitch/p11k-el")
|
||||
:elpaca (:repo "https://git.mitchmarq42.xyz/mitch/p11k-el")
|
||||
:after eshell
|
||||
:hook (eshell-first-time-mode . p11k-mode))
|
||||
|
||||
@ -318,8 +313,7 @@ If the current window occupies the whole frame, split it."
|
||||
:elpaca (all-the-icons :post-build
|
||||
("emacsclient" "--eval '(all-the-icons-install-fonts t)'")))
|
||||
(use-package dirvish
|
||||
:elpaca (dirvish
|
||||
:files (:defaults "extensions/*.el"))
|
||||
:elpaca (:files (:defaults "extensions/*.el"))
|
||||
:defer 0.5
|
||||
:commands dirvish
|
||||
:custom
|
||||
@ -347,8 +341,7 @@ If the current window occupies the whole frame, split it."
|
||||
|
||||
;; Completion framework...
|
||||
(use-package vertico
|
||||
:elpaca (vertico
|
||||
:files (:defaults "extensions/vertico-mouse.el"))
|
||||
:elpaca (:files (:defaults "extensions/vertico-mouse.el"))
|
||||
:custom (vertico-resize t)
|
||||
:init (vertico-mode t)
|
||||
:config
|
||||
@ -892,8 +885,7 @@ Return nil if DIR is not in a hugo project at all."
|
||||
;; (company-tooltip-align-annotations t)
|
||||
;; :hook (prog-mode . company-mode))
|
||||
(use-package corfu
|
||||
:elpaca (corfu
|
||||
:files (:defaults "extensions/*.el"))
|
||||
:elpaca (:files (:defaults "extensions/*.el"))
|
||||
;; :if (display-graphic-p) ; breaks in emacsclient
|
||||
:custom
|
||||
(corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
|
||||
@ -951,8 +943,7 @@ Return nil if DIR is not in a hugo project at all."
|
||||
:after eshell)
|
||||
|
||||
(use-package popon
|
||||
:elpaca (popon
|
||||
:type git
|
||||
:elpaca (:type git
|
||||
:repo "https://codeberg.org/akib/emacs-popon")
|
||||
:if (not (display-graphic-p)))
|
||||
(use-package corfu-terminal
|
||||
@ -1002,8 +993,7 @@ Return nil if DIR is not in a hugo project at all."
|
||||
(run-with-timer 5 3 #'madots--cleanup)))
|
||||
|
||||
(use-package hyperbole
|
||||
:elpaca (hyperbole
|
||||
:files ("*.el"
|
||||
:elpaca (:files ("*.el"
|
||||
("kotl" "kotl/*.el")
|
||||
"man/*.info" "man/*.texi")
|
||||
:host github :repo "rswgnu/hyperbole")
|
||||
@ -1149,8 +1139,7 @@ Return nil if DIR is not in a hugo project at all."
|
||||
:commands cheat-sh)
|
||||
|
||||
(use-package pcre2el
|
||||
:elpaca (pcre2el
|
||||
:host github
|
||||
:elpaca (:host github
|
||||
:repo "joddie/pcre2el")
|
||||
:config
|
||||
(defmacro prx (&rest expressions)
|
||||
@ -1226,8 +1215,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
||||
(use-package yuck-mode)
|
||||
|
||||
(use-package klondike
|
||||
:elpaca (klondike
|
||||
:host codeberg
|
||||
:elpaca (:host codeberg
|
||||
:repo "WammKD/Emacs-Klondike")
|
||||
:commands klondike)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user