1
0
Fork 0

fix(emacs): add embark and wgrep packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-17 01:08:10 -04:00
parent 6f74ca116d
commit 0b4192c9ea
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 6 additions and 0 deletions

View file

@ -249,6 +249,9 @@
(setq completion-styles '(orderless basic)) (setq completion-styles '(orderless basic))
(setq completion-category-overrides '((file (styles basic partial-completion)))) (setq completion-category-overrides '((file (styles basic partial-completion))))
;; embark
(keymap-global-set "C-." #'embark-act)
;; bufler ;; bufler
(bufler-mode 1) (bufler-mode 1)
(keymap-global-set "C-x b" #'bufler-switch-buffer) (keymap-global-set "C-x b" #'bufler-switch-buffer)

View file

@ -40,6 +40,9 @@
;; Convenience ;; Convenience
(straight-use-package 'projectile) (straight-use-package 'projectile)
(straight-use-package 'bufler) (straight-use-package 'bufler)
(straight-use-package 'embark)
(straight-use-package 'embark-consult)
(straight-use-package 'wgrep)
;; UI ;; UI
(straight-use-package 'magit) (straight-use-package 'magit)