Skip to content

Commit

Permalink
Pin which-key to gnu and remove redundant declaration.
Browse files Browse the repository at this point in the history
Similarly to `use-package` and `diminish` the `which-key` seems to has moved to
GNU ELPA.
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent 803bcb2 commit 4023e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions modules/init-help.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

;;; Which Key - display available keybindings in popup.
(use-package which-key
:if exordium-enable-which-key
:pin gnu
:diminish
:config
(which-key-mode))
Expand Down
5 changes: 0 additions & 5 deletions modules/init-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@
(dap-tooltip-mode 1)
:commands dap-mode)

(use-package which-key
:if exordium-enable-which-key
:config
(which-key-mode))


;; ;; Terrible hack working around off by one error between TRAMP and lsp-mode
;; (defun lsp--make-message@override (params)
Expand Down

0 comments on commit 4023e91

Please sign in to comment.