fix(emacs): add embark and wgrep packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6f74ca116d
commit
0b4192c9ea
2 changed files with 6 additions and 0 deletions
|
@ -249,6 +249,9 @@
|
|||
(setq completion-styles '(orderless basic))
|
||||
(setq completion-category-overrides '((file (styles basic partial-completion))))
|
||||
|
||||
;; embark
|
||||
(keymap-global-set "C-." #'embark-act)
|
||||
|
||||
;; bufler
|
||||
(bufler-mode 1)
|
||||
(keymap-global-set "C-x b" #'bufler-switch-buffer)
|
||||
|
|
|
@ -40,6 +40,9 @@
|
|||
;; Convenience
|
||||
(straight-use-package 'projectile)
|
||||
(straight-use-package 'bufler)
|
||||
(straight-use-package 'embark)
|
||||
(straight-use-package 'embark-consult)
|
||||
(straight-use-package 'wgrep)
|
||||
|
||||
;; UI
|
||||
(straight-use-package 'magit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue