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