summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el14
-rw-r--r--user/settings/emacs.nix2
2 files changed, 16 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index e34df4ca..488d3510 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -249,6 +249,20 @@ With two prefix arguments, write out the day and month name."
             (setq consult-ripgrep-args
                   "rg --null --line-buffered --color=never --max-columns=1000 --path-separator /   --smart-case --no-heading --with-filename --line-number --search-zip --follow")))
 
+(use-package embark
+  :general ("C-." #'embark-act
+            "M-." #'embark-dwim
+            "C-h B" #'embark-bindings)
+  :config (progn
+            (setq embark-prompter #'embark-completing-read-prompter)
+            (add-to-list 'display-buffer-alist
+                         '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
+                           nil
+                           (window-parameters (mode-line-format . none))))))
+
+(use-package embark-consult
+  :ghook ('consult-preview-at-point-mode-hook #'embark-collect-mode))
+
 (use-package smerge-mode
   :after magit
   :config
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix
index db83453f..ad02242d 100644
--- a/user/settings/emacs.nix
+++ b/user/settings/emacs.nix
@@ -116,6 +116,8 @@ in
         eglot
         eldoc-box
         emacs-gc-stats
+        embark
+        embark-consult
         esh-buf-stack
         esh-help
         eshell-fringe-status