1
0
Fork 0

feat(emacs): add new packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-11-09 21:13:54 -05:00
parent 73ad372077
commit 215b1ea722
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 8 additions and 0 deletions

View file

@ -51,6 +51,9 @@
(straight-use-package '(pdf-tools :type git :host github
:repo "vedang/pdf-tools"))
(straight-use-package 'olivetti)
(straight-use-package 'rg)
(straight-use-package 'anzu)
(straight-use-package 'vterm)
;; LSP
(straight-use-package 'lsp-mode)
@ -103,6 +106,7 @@
(add-hook 'after-init-hook 'workgroups-mode)
(add-hook 'after-init-hook 'vertico-mode)
(add-hook 'after-init-hook 'tab-bar-mode)
(add-hook 'after-init-hook 'global-anzu-mode)
(add-hook 'company-mode-hook 'company-box-mode)