style(emacs): misc rearrangement
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
fa97220a84
commit
a36b55fe3a
1 changed files with 7 additions and 6 deletions
|
@ -148,17 +148,18 @@
|
||||||
:repo "hasu/emacs-ob-racket"))
|
:repo "hasu/emacs-ob-racket"))
|
||||||
|
|
||||||
;; Productivity
|
;; Productivity
|
||||||
|
(use-package vterm :straight t)
|
||||||
|
(use-package rg :straight t)
|
||||||
|
(use-package anzu :straight t
|
||||||
|
:init
|
||||||
|
(add-hook 'after-init-hook 'global-anzu-mode))
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
:straight
|
:straight
|
||||||
'(pdf-tools :type git :host github
|
'(pdf-tools :type git :host github
|
||||||
:repo "vedang/pdf-tools"))
|
:repo "vedang/pdf-tools"))
|
||||||
(use-package olivetti :straight t
|
(use-package olivetti :straight t
|
||||||
:hook (org-mode . olivetti-mode))
|
:hook (org-mode . olivetti-mode))
|
||||||
(use-package rg :straight t)
|
|
||||||
(use-package anzu :straight t
|
|
||||||
:init
|
|
||||||
(add-hook 'after-init-hook 'global-anzu-mode))
|
|
||||||
(use-package vterm :straight t)
|
|
||||||
(use-package hledger-mode :straight t)
|
(use-package hledger-mode :straight t)
|
||||||
|
|
||||||
;; LSP
|
;; LSP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue