fix(emacs): remove which-key
package
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
86b1179e81
commit
2c9a2abd06
1 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@
|
||||||
(straight-use-package 'bufler)
|
(straight-use-package 'bufler)
|
||||||
|
|
||||||
;; UI
|
;; UI
|
||||||
(straight-use-package 'which-key)
|
|
||||||
(straight-use-package 'magit)
|
(straight-use-package 'magit)
|
||||||
(straight-use-package 'forge)
|
(straight-use-package 'forge)
|
||||||
(straight-use-package 'neotree)
|
(straight-use-package 'neotree)
|
||||||
|
@ -144,7 +143,6 @@
|
||||||
;; ====== Hooks ==============================
|
;; ====== Hooks ==============================
|
||||||
(add-hook 'after-init-hook 'global-company-mode)
|
(add-hook 'after-init-hook 'global-company-mode)
|
||||||
(add-hook 'after-init-hook 'marginalia-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 'global-flycheck-mode)
|
||||||
(add-hook 'after-init-hook 'vertico-mode)
|
(add-hook 'after-init-hook 'vertico-mode)
|
||||||
(add-hook 'after-init-hook 'tab-bar-mode)
|
(add-hook 'after-init-hook 'tab-bar-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue