Remove unused commented packages.

This commit is contained in:
kj 2022-11-28 06:07:25 -04:00
parent 156c544f73
commit 003dd5db24
1 changed files with 0 additions and 15 deletions

View File

@ -80,21 +80,6 @@
:hook
(after-init . global-git-gutter-mode))
;; (use-package gcmh
;; :defer t
;; :straight t
;; :init
;; (setq gcmh-high-cons-threshold 100000000)
;; (gcmh-mode 1))
;; Highlight en los números.
;; (use-package highlight-numbers
;; :defer t
;; :straight t
;; :ensure t
;; :hook
;; (prog-mode . highlight-numbers-mode))
;; Magia para git
(use-package magit
:defer t