From 8245484f36cbd071f558d235b14ce8329d6c160c Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:51:02 -0400 Subject: formatting --- bard-emacs-modules/bard-emacs-completion.el | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el index c354179..059ff76 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -107,18 +107,18 @@ :config (setq embark-keymap-alist - '((buffer bard-embark-buffer-map) - (command bard-embark-command-map) - (expression bard-embark-expression-map) - (file bard-embark-file-map) - (function bard-embark-function-map) - (identifier bard-embark-identifier-map) - (package bard-embark-package-map) - (region bard-embark-region-map) - (symbol bard-embark-symbol-map) - (url bard-embark-url-map) - (variable bard-embark-variable-map) - (t embark-general-map))) + '((buffer bard-embark-buffer-map) + (command bard-embark-command-map) + (expression bard-embark-expression-map) + (file bard-embark-file-map) + (function bard-embark-function-map) + (identifier bard-embark-identifier-map) + (package bard-embark-package-map) + (region bard-embark-region-map) + (symbol bard-embark-symbol-map) + (url bard-embark-url-map) + (variable bard-embark-variable-map) + (t embark-general-map))) (defun bard-embark-act-no-quit () "Call `embark-act' but do not quit after the action." @@ -147,7 +147,7 @@ (setq embark-verbose-indicator-buffer-sections '(bindings)) (setq embark-verbose-indicator-excluded-actions '(embark-cycle embark-act-all embark-collect embark-export embark-insert)) - ) + ) (use-package imenu-list :ensure t -- cgit v1.2.3