emacs: Enable some helpful packages
This commit is contained in:
parent
0f8f83be89
commit
d7bfd4b561
2 changed files with 10 additions and 0 deletions
|
|
@ -325,6 +325,12 @@
|
|||
(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-right)
|
||||
|
||||
|
|
|
|||
|
|
@ -74,3 +74,7 @@
|
|||
(package! elfeed-web)
|
||||
(package! systemd)
|
||||
(package! protobuf-mode)
|
||||
(package! cov)
|
||||
(package! modus-themes)
|
||||
(package! consult-denote)
|
||||
(package! casual-suite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue