aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-completion.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-31 15:23:36 -0400
committerbard <[email protected]>2024-05-31 15:29:19 -0400
commit4f082525bf900edd44f8e0532012f1cf204897ca (patch)
treee9dfaf17985c51416cb9ace2e01fb7565fbc7b69 /bard-emacs-modules/bard-emacs-completion.el
parent31f1c4b568358be0fb8a729abb8d76c2c0fef288 (diff)
new abbrevs
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
-rw-r--r--bard-emacs-modules/bard-emacs-completion.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el
index 9d1dcc2..f66a8ab 100644
--- a/bard-emacs-modules/bard-emacs-completion.el
+++ b/bard-emacs-modules/bard-emacs-completion.el
@@ -194,7 +194,8 @@
"vscode" "Visual Studio Code"
"youtube" "YouTube"
"Результат" "=Результат Сегодняшний Битвый="
- "asf" "and so on and so forth")
+ "asf" "and so on and so forth"
+ "paragraph" "¶")
(dolist (hook '(text-mode-hook prog-mode-hook git-commit-mode-hook))
(add-hook hook #'abbrev-mode))