diff options
author | jao <jao@gnu.org> | 2025-03-28 00:49:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-03-28 00:49:56 +0000 |
commit | 37c659381d294e6dfecfb464db91e4d9a759b36f (patch) | |
tree | cf4c0f9c7df1a61276c252d19f03f80ff891879a | |
parent | a48a1523f1619603b06306c7f5587cad53007545 (diff) | |
download | elibs-37c659381d294e6dfecfb464db91e4d9a759b36f.tar.gz elibs-37c659381d294e6dfecfb464db91e4d9a759b36f.tar.bz2 |
unused packages
-rw-r--r-- | init.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1897,10 +1897,10 @@ ;;;; other git packages (use-package git-timemachine :ensure t) -(use-package consult-git-log-grep - :ensure t - :custom (consult-git-log-grep-open-function #'magit-show-commit) - :bind (("C-c K" . consult-git-grep))) +;; (use-package consult-git-log-grep +;; :ensure t +;; :custom (consult-git-log-grep-open-function #'magit-show-commit) +;; :bind (("C-c K" . consult-git-grep))) ;; git config --local git-link.remote / git-link.branch (use-package git-link :ensure t) @@ -2105,7 +2105,7 @@ (add-hook 'emacs-lisp-mode-hook #'jao-outline-minor-mode) (use-package edit-list :ensure t) -(use-package package-lint :ensure t) +;; (use-package package-lint :ensure t) ;; (use-package tree-inspector :ensure t) (defun elisp-disassemble (function) |