Skip to content

Commit

Permalink
comment out a package not obviously used. see issue #487.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 11, 2023
1 parent 354bc1f commit 2d9689f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
(use-package aggressive-indent
:config (add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode))

(use-package auto-complete
:diminish auto-complete-mode
:config (ac-config-default))
;; [2023-12-11 Mon] I don't think we use this for anything. commenting out for now.
;; see issue #487
;; (use-package auto-complete
;; :diminish auto-complete-mode
;; :config (ac-config-default))

(use-package avy)

Expand Down

0 comments on commit 2d9689f

Please sign in to comment.