diff options
| author | bard <[email protected]> | 2024-05-31 15:23:36 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-31 15:29:19 -0400 |
| commit | 4f082525bf900edd44f8e0532012f1cf204897ca (patch) | |
| tree | e9dfaf17985c51416cb9ace2e01fb7565fbc7b69 /bard-emacs-modules | |
| parent | 31f1c4b568358be0fb8a729abb8d76c2c0fef288 (diff) | |
new abbrevs
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 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)) |
