diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-04-06 11:22:57 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-04-06 11:22:57 -0700 |
| commit | 7c5780a719565630f58e7751afa8c7e458c49871 (patch) | |
| tree | f8863ebcbd4a1e551a63374b3fee589affca1393 /abbrevs.el | |
| parent | move some display stuff (diff) | |
| download | emacs.d-7c5780a719565630f58e7751afa8c7e458c49871.tar.gz | |
a org file is definitely not the way for me
Diffstat (limited to 'abbrevs.el')
| -rw-r--r-- | abbrevs.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abbrevs.el b/abbrevs.el deleted file mode 100644 index 28cd089..0000000 --- a/abbrevs.el +++ /dev/null @@ -1,11 +0,0 @@ -;;-*-coding: utf-8;-*- -(define-abbrev-table 'global-abbrev-table - '( - ("btw" "by the way" nil :count 2) - )) - -(define-abbrev-table 'org-mode-abbrev-table - '( - ("github" "GitHub" nil :count 1) - )) - |
