Prune old Straight declarations

This commit is contained in:
MitchMarq42 2022-12-14 22:33:02 -09:00
parent 0d9d78f44e
commit ccb38d300f

View File

@ -66,7 +66,6 @@
;; Keybinding manager ;; Keybinding manager
(elpaca-use-package general (elpaca-use-package general
;; :straight t
:config (mitch/general-config)) :config (mitch/general-config))
;; (elpaca-use-package use-package-ensure-system-package) ;; (elpaca-use-package use-package-ensure-system-package)
@ -103,26 +102,21 @@
:init (evil-mode t) :init (evil-mode t)
:config (mitch/evil-config)) :config (mitch/evil-config))
(elpaca-use-package evil-collection (elpaca-use-package evil-collection
;; :straight t
:after evil :after evil
:diminish evil-collection-unimpaired-mode :diminish evil-collection-unimpaired-mode
:config (evil-collection-init)) :config (evil-collection-init))
(elpaca-use-package evil-commentary (elpaca-use-package evil-commentary
;; :straight t
:diminish 'evil-commentary-mode :diminish 'evil-commentary-mode
:config (evil-commentary-mode) :config (evil-commentary-mode)
:hook (prog-mode . evil-commentary-mode)) :hook (prog-mode . evil-commentary-mode))
(elpaca-use-package evil-surround (elpaca-use-package evil-surround
;; :straight t
:diminish 'global-evil-surround-mode :diminish 'global-evil-surround-mode
:hook (prog-mode . evil-surround-mode) :hook (prog-mode . evil-surround-mode)
:config (global-evil-surround-mode 1)) :config (global-evil-surround-mode 1))
(elpaca-use-package evil-matchit (elpaca-use-package evil-matchit
;; :straight t
:diminish 'evil-matchit-mode :diminish 'evil-matchit-mode
:config (global-evil-matchit-mode 1)) :config (global-evil-matchit-mode 1))
(elpaca-use-package evil-terminal-cursor-changer (elpaca-use-package evil-terminal-cursor-changer
;; :straight t
:after evil :after evil
:diminish :diminish
:if (not (display-graphic-p)) :if (not (display-graphic-p))
@ -139,8 +133,9 @@
:after evil :after evil
:if (< (string-to-number emacs-version) 28) :if (< (string-to-number emacs-version) 28)
:diminish) :diminish)
(elpaca-use-package (altcaps :host github :repo "protesilaos/altcaps") (elpaca-use-package (altcaps
;; :straight (:type git :host github :repo "protesilaos/altcaps") :host github
:repo "protesilaos/altcaps")
:general (general-define-key :general (general-define-key
:states 'visual :states 'visual
"`" 'altcaps-region)) "`" 'altcaps-region))
@ -189,10 +184,9 @@ This is taken from a website that I can't remember at the moment."
(elpaca-use-package eshell-syntax-highlighting (elpaca-use-package eshell-syntax-highlighting
:after eshell :after eshell
:hook (eshell-mode . eshell-syntax-highlighting-mode)) :hook (eshell-mode . eshell-syntax-highlighting-mode))
(elpaca-use-package (eshell-dat :repo "https://git.mitchmarq42.xyz/mitch/eshell-dat") (elpaca-use-package (eshell-dat
:after eshell :repo "https://git.mitchmarq42.xyz/mitch/eshell-dat")
;; :straight (:type git :repo "https://git.mitchmarq42.xyz/mitch/eshell-dat") :after eshell)
)
(elpaca-use-package eshell-prompt-extras (elpaca-use-package eshell-prompt-extras
:after eshell :after eshell
:custom :custom
@ -581,10 +575,9 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
;; (org-appear-autoentities t) ;; (org-appear-autoentities t)
;; (org-appear-autokeywords t) ;; (org-appear-autokeywords t)
;; (org-appear-autosubmarkers t)) ;; (org-appear-autosubmarkers t))
(elpaca-use-package (org-pretty-table :host github :repo "Fuco1/org-pretty-table") (elpaca-use-package (org-pretty-table
;; :straight (:type git :host github
;; :host github :repo "Fuco1/org-pretty-table")
;; :repo "Fuco1/org-pretty-table")
:diminish :diminish
:hook (org-mode . org-pretty-table-mode)) :hook (org-mode . org-pretty-table-mode))
(elpaca-use-package ox-hugo (elpaca-use-package ox-hugo
@ -773,17 +766,13 @@ Return nil if DIR is not in a hugo project at all."
(elpaca-use-package pcmpl-args (elpaca-use-package pcmpl-args
:after eshell) :after eshell)
(elpaca-use-package (popon :type git (elpaca-use-package (popon
:type git
:repo "https://codeberg.org/akib/emacs-popon") :repo "https://codeberg.org/akib/emacs-popon")
;; :straight
;; (:type git
;; :repo "https://codeberg.org/akib/emacs-popon")
:if (not (display-graphic-p))) :if (not (display-graphic-p)))
(elpaca-use-package (corfu-terminal :type git (elpaca-use-package (corfu-terminal
:type git
:repo "https://codeberg.org/akib/emacs-corfu-terminal") :repo "https://codeberg.org/akib/emacs-corfu-terminal")
;; :straight
;; (:type git
;; :repo "https://codeberg.org/akib/emacs-corfu-terminal")
:after popon :after popon
:init (unless :init (unless
(display-graphic-p) (display-graphic-p)
@ -825,17 +814,13 @@ Return nil if DIR is not in a hugo project at all."
:states 'normal :states 'normal
"RET" 'hkey-either)) "RET" 'hkey-either))
(elpaca-use-package (dconf-mode :type git :repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el") (elpaca-use-package (dconf-mode
;; :straight :type git
;; (:type git :repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el"))
;; :repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el")
)
(elpaca-use-package (info-variable-pitch :host github (elpaca-use-package (info-variable-pitch
:host github
:repo "kisaragi-hiu/info-variable-pitch") :repo "kisaragi-hiu/info-variable-pitch")
;; :straight
;; (:type git :host github
;; :repo "kisaragi-hiu/info-variable-pitch")
:config :config
(add-hook 'Info-mode-hook #'info-variable-pitch-mode)) (add-hook 'Info-mode-hook #'info-variable-pitch-mode))
@ -904,14 +889,14 @@ Return nil if DIR is not in a hugo project at all."
:config (require 'dwim-shell-commands) :config (require 'dwim-shell-commands)
:commands dwim-shell-commands-kill-process) :commands dwim-shell-commands-kill-process)
(elpaca-use-package (youtube-sub-extractor :host github :repo "agzam/youtube-sub-extractor.el") (elpaca-use-package (youtube-sub-extractor
;; :straight (:type git :host github :repo "agzam/youtube-sub-extractor.el") :host github
:repo "agzam/youtube-sub-extractor.el")
:custom (youtube-sub-extractor-timestamps 'left-margin) :custom (youtube-sub-extractor-timestamps 'left-margin)
:commands youtube-sub-extractor-extract-subs) :commands youtube-sub-extractor-extract-subs)
;; Cheat sheet ;; Cheat sheet
(elpaca-use-package (cheat-sh :host github :repo "davep/cheat-sh.el") (elpaca-use-package (cheat-sh :host github :repo "davep/cheat-sh.el")
;; :straight (:type git :host github :repo "davep/cheat-sh.el")
:commands cheat-sh) :commands cheat-sh)
(provide 'mitch-packages) (provide 'mitch-packages)