1
0
Fork 0

fix(emacs): remove which-key package

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-13 13:42:45 -04:00
parent 86b1179e81
commit 2c9a2abd06
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -40,7 +40,6 @@
(straight-use-package 'bufler)
;; UI
(straight-use-package 'which-key)
(straight-use-package 'magit)
(straight-use-package 'forge)
(straight-use-package 'neotree)
@ -144,7 +143,6 @@
;; ====== Hooks ==============================
(add-hook 'after-init-hook 'global-company-mode)
(add-hook 'after-init-hook 'marginalia-mode)
(add-hook 'after-init-hook 'which-key-mode)
(add-hook 'after-init-hook 'global-flycheck-mode)
(add-hook 'after-init-hook 'vertico-mode)
(add-hook 'after-init-hook 'tab-bar-mode)