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