diff options
| author | Daniel <[email protected]> | 2024-04-20 11:19:44 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-04-20 11:19:44 -0400 |
| commit | 35b7dd4bf68816eca81f36232de830b5459ec911 (patch) | |
| tree | fa0a8d37304d8a269f8f19af92397310e681e4a3 /bard-emacs-modules | |
| parent | 0172b10b8b0f352fdc45757abfe7fdf2a4d03960 (diff) | |
new abbrev
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-completion.el | 3 |
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 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)) |
