From 35b7dd4bf68816eca81f36232de830b5459ec911 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 20 Apr 2024 11:19:44 -0400 Subject: new abbrev --- bard-emacs-modules/bard-emacs-completion.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bard-emacs-modules/bard-emacs-completion.el') diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el index 0ee63e1..68f72c4 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -146,7 +146,8 @@ "typescript" "TypeScript" "visavis" "vis-à-vis" "vscode" "Visual Studio Code" - "youtube" "YouTube") + "youtube" "YouTube" + "Результат" "=Результат Сегодняшний Битвый=") (dolist (hook '(text-mode-hook prog-mode-hook git-commit-mode-hook)) (add-hook hook #'abbrev-mode)) -- cgit v1.2.3