From 37c659381d294e6dfecfb464db91e4d9a759b36f Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 28 Mar 2025 00:49:56 +0000 Subject: unused packages --- init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 517d292..da1924b 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit v1.2.3