emacs: Enable some helpful packages

This commit is contained in:
Alexander Kobjolke 2024-10-28 23:01:31 +01:00
parent 0f8f83be89
commit d7bfd4b561
2 changed files with 10 additions and 0 deletions

View file

@ -325,6 +325,12 @@
(setq vterm-min-window-width 50) (setq vterm-min-window-width 50)
) )
(use-package! consult-denote
:after denote)
(use-package! cov)
(use-package! casual-suite)
(map! :desc "Move workspace to the left" :leader :n "TAB <" #'+workspace/swap-left) (map! :desc "Move workspace to the left" :leader :n "TAB <" #'+workspace/swap-left)
(map! :desc "Move workspace to the left" :leader :n "TAB >" #'+workspace/swap-right) (map! :desc "Move workspace to the left" :leader :n "TAB >" #'+workspace/swap-right)

View file

@ -74,3 +74,7 @@
(package! elfeed-web) (package! elfeed-web)
(package! systemd) (package! systemd)
(package! protobuf-mode) (package! protobuf-mode)
(package! cov)
(package! modus-themes)
(package! consult-denote)
(package! casual-suite)