refactor(emacs): remove misc.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e8bbfc318d
commit
9b862b7d2b
10 changed files with 219 additions and 301 deletions
|
@ -31,7 +31,9 @@
|
|||
:init
|
||||
(add-hook 'after-init-hook 'marginalia-mode))
|
||||
(use-package orderless :straight t)
|
||||
(use-package consult :straight t)
|
||||
(use-package consult :straight t
|
||||
:bind (("C-c r r" . consult-ripgrep)
|
||||
("C-c r g" . consult-grep)))
|
||||
(use-package yasnippet :straight t)
|
||||
(use-package yasnippet-snippets :straight t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue