feat(emacs): add priime-general.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e99a639325
commit
e8bbfc318d
5 changed files with 171 additions and 219 deletions
|
@ -17,7 +17,9 @@
|
|||
(use-package embark-consult :straight t)
|
||||
(use-package wgrep :straight t)
|
||||
(use-package no-littering :straight t)
|
||||
(use-package vterm :straight t)
|
||||
(use-package vterm :straight t
|
||||
:custom (vterm-shell (or (executable-find "fish") shell-file-name))
|
||||
:bind (("C-c v" . #'vterm)))
|
||||
(use-package rg :straight t)
|
||||
(use-package anzu :straight t
|
||||
:init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue