diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 203758e..c1bac3c 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -10,7 +10,6 @@ (elpaca-use-package diminish) (elpaca-use-package compat) (elpaca-use-package eldoc - ;; :straight (:type built-in) :ensure nil :diminish :defer 1 @@ -18,7 +17,6 @@ ;; save minibuffer history, see Vertico below (elpaca-use-package savehist - ;; :straight (:type built-in) :ensure nil :init (savehist-mode) :custom (savehist-file @@ -26,21 +24,18 @@ ;; save place in all files (elpaca-use-package saveplace - ;; :straight (:type built-in) :ensure nil :init (save-place-mode t) :custom (save-place-file (expand-file-name "file-position-save" backup-directory))) (elpaca-use-package tramp - ;; :straight (:type built-in) :ensure nil ;; :after eshell :custom (tramp-persistency-file-name (expand-file-name "tramp-history" backup-directory))) ;; Visualize whitespace. In a very chill and invisible way. (elpaca-use-package whitespace - ;; :straight (:type built-in) :ensure nil :diminish (whitespace-mode org-indent-mode org-vw-mode auto-fill-mode) :custom @@ -51,7 +46,6 @@ (prog-mode . whitespace-mode) (org-mode . auto-fill-mode)) (elpaca-use-package image-mode - ;; :straight (:type built-in) :ensure nil :config (turn-off-line-numbers) @@ -59,7 +53,6 @@ ;; ...and finally, sync files with disk changes (elpaca-use-package autorevert - ;; :straight (:type built-in) :ensure nil :diminish auto-revert-mode :config (global-auto-revert-mode)) @@ -142,7 +135,6 @@ ;; eshell. Pretty good actually. (elpaca-use-package eshell - ;; :straight (:type built-in) :ensure nil :commands (eshell/emacs eshell/man) :custom @@ -551,7 +543,6 @@ targets." ;; org mode and messy things (elpaca-use-package org - ;; :straight (:type built-in) :ensure nil :diminish (org-indent-mode org-vw-mode) :custom @@ -607,7 +598,6 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode "=" 'mitch/org-dwim-char)) (elpaca-use-package org-tempo - ;; :straight (:type built-in) :ensure nil :after org :config @@ -899,7 +889,6 @@ Return nil if DIR is not in a hugo project at all." ;; built in spell checker, for losers (elpaca-use-package flyspell - ;; :straight (:type built-in) :ensure nil :diminish :custom @@ -915,13 +904,11 @@ Return nil if DIR is not in a hugo project at all." ;; unique buffer names (elpaca-use-package uniquify - ;; :straight (:type built-in) :ensure nil :custom (uniquify-buffer-name-style 'forward)) ;; cache file cleanup (elpaca-use-package kkc - ;; :straight (:type built-in) :ensure nil :custom (kkc-init-file-name (expand-file-name "kkcrc" backup-directory)))