From a36b55fe3a4978dfcc1f217d5ac598224332b32c Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 12 Sep 2024 18:36:29 -0400 Subject: [PATCH] style(emacs): misc rearrangement Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6597dd4..57f6d39 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -148,17 +148,18 @@ :repo "hasu/emacs-ob-racket")) ;; 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 :straight '(pdf-tools :type git :host github :repo "vedang/pdf-tools")) -(use-package olivetti :straight t +(use-package olivetti :straight t :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) ;; LSP