aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-completion.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-17 06:12:59 -0400
committerbard <[email protected]>2024-05-17 06:12:59 -0400
commitd0d38d77615068fbc09f00dee8cce1146cdbc150 (patch)
treec7104c60c7ab41d4fb54c519326971b1484e2b33 /bard-emacs-modules/bard-emacs-completion.el
parent669adada81e5e0b5e550671f762ccf59d9f848f6 (diff)
change/fix keybinds for consult and org-cliplink
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
-rw-r--r--bard-emacs-modules/bard-emacs-completion.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el
index 987f80c..4400f2b 100644
--- a/bard-emacs-modules/bard-emacs-completion.el
+++ b/bard-emacs-modules/bard-emacs-completion.el
@@ -79,7 +79,7 @@
(use-package consult
:defer 2
- :bind
+ :bind*
("M-g M-g" . consult-goto-line)
("C-x b" . consult-buffer)
("M-s M-f" . consult-find)
@@ -188,7 +188,8 @@
"visavis" "vis-à-vis"
"vscode" "Visual Studio Code"
"youtube" "YouTube"
- "Результат" "=Результат Сегодняшний Битвый=")
+ "Результат" "=Результат Сегодняшний Битвый="
+ "asf" "and so on and so forth")
(dolist (hook '(text-mode-hook prog-mode-hook git-commit-mode-hook))
(add-hook hook #'abbrev-mode))