diff options
| author | Alex Corcoles <alex@pdp7.net> | 2023-11-02 14:06:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-02 14:06:46 +0100 |
| commit | 1f47383ba052d4c3051ed189170f43c206171a8a (patch) | |
| tree | 4d7e3a822f8b58484c56be70d46f64862f720827 | |
| parent | b6704bbf54f4afd27325292d32262e285c2e2d67 (diff) | |
Fix typo
Why didn't this cause any problem? I should know what I mess with...
| -rw-r--r-- | emacs/emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index cd4ba72d..70311ab6 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -133,7 +133,7 @@ (clear-abbrev-table global-abbrev-table) (progn - (when (boundp 'daoc-mode-abbrev-table) + (when (boundp 'adoc-mode-abbrev-table) (clear-abbrev-table adoc-mode-abbrev-table)) (define-abbrev-table 'adoc-mode-abbrev-table '( |
