elpaca: clean up all :files declarations especially EAT

This commit is contained in:
MitchMarq42 2022-12-09 20:11:22 -09:00
parent ddeace18dd
commit f76084db67

View File

@ -178,9 +178,9 @@ This is taken from a website that I can't remember at the moment."
(advice-add 'evil-collection-eshell-setup-keys
:after 'mitch/eshell-setup-keys))
(elpaca-use-package (eat :repo "https://codeberg.org/akib/emacs-eat")
;; :straight (:repo "https://codeberg.org/akib/emacs-eat"
;; :files ("*.el" "dir" "*.info" "*.texi" "*.ti" ("e" "e/*")))
(elpaca-use-package (eat
:repo "https://codeberg.org/akib/emacs-eat"
:files ("*.el" "dir" "*.info" "*.texi" "*.ti" ("e" "e/*")))
:hook (eshell-mode . eat-eshell-visual-command-mode))
;; (elpaca-use-package eshell-vterm
;; :after eshell
@ -202,8 +202,8 @@ This is taken from a website that I can't remember at the moment."
;; File manager. Only breaks when you brag about how it doesn't.
(elpaca-use-package all-the-icons)
(elpaca-use-package (dirvish :files (:defaults "extensions/*.el"))
;; :straight (:files (:defaults "extensions/*.el"))
(elpaca-use-package (dirvish
:files (:defaults "extensions/*.el"))
:defer 0.5
:commands dirvish
:custom
@ -230,8 +230,8 @@ This is taken from a website that I can't remember at the moment."
"t" 'dirvish-side))
;; Completion framework...
(elpaca-use-package (vertico :files (:defaults "extensions/vertico-mouse.el"))
;; :straight (:files (:defaults "extensions/vertico-mouse.el"))
(elpaca-use-package (vertico
:files (:defaults "extensions/vertico-mouse.el"))
:custom (vertico-resize t)
:init (vertico-mode t)
:config
@ -429,9 +429,6 @@ targets."
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
(elpaca-use-package (mitch-theme :repo
"https://git.mitchmarq42.xyz/mitch/vimcolors")
;; :straight (:type git :repo
;; "https://git.mitchmarq42.xyz/mitch/vimcolors"
;; :files (:defaults "mitch-theme.el"))
:config (mitch/visual-setup)
:init (load-theme 'mitch t))
@ -700,9 +697,9 @@ Return nil if DIR is not in a hugo project at all."
;; :custom ;(company-require-match nil)
;; (company-tooltip-align-annotations t)
;; :hook (prog-mode . company-mode))
(elpaca-use-package (corfu :files (:defaults "extensions/*.el"))
(elpaca-use-package (corfu
:files (:defaults "extensions/*.el"))
:if (display-graphic-p)
;; :straight (:files (:defaults "extensions/*.el"))
:custom
(corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
(corfu-auto t) ;; Enable auto completion
@ -818,10 +815,9 @@ Return nil if DIR is not in a hugo project at all."
;; ;; (require 'exwm-config)
;; ;; (exwm-config-example))
(elpaca-use-package (ani-el :repo "https://git.mitchmarq42.xyz/mitch/ani-el")
;; :straight (:type git :repo "https://git.mitchmarq42.xyz/mitch/ani-el"
;; :files ("ani-el.el" "lib"))
)
(elpaca-use-package (ani-el
:repo "https://git.mitchmarq42.xyz/mitch/ani-el"
:files ("ani-el.el" "lib")))
(elpaca-use-package slime
:if (file-exists-p (expand-file-name "~/quicklisp/slime-helper.el"))
@ -873,8 +869,8 @@ Return nil if DIR is not in a hugo project at all."
(org-babel-tmux-terminal "/home/mitch/.local/bin/emacs-term-shim.sh")
(org-babel-tmux-terminal-opts))
(elpaca-use-package (dwim-shell-command :files (:defaults "dwim-shell-commands.el"))
;; :straight (:files (:defaults "dwim-shell-commands.el"))
(elpaca-use-package (dwim-shell-command
:files (:defaults "dwim-shell-commands.el"))
:config (require 'dwim-shell-commands)
:commands dwim-shell-commands-kill-process)