From 2c9a2abd06478f5859bb90b583bb1af0d25278a9 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 13 Mar 2024 13:42:45 -0400 Subject: [PATCH] fix(emacs): remove `which-key` package Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9cf67f2..d463996 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)