diff options
| author | bard <[email protected]> | 2024-04-07 21:12:35 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-04-07 21:12:35 -0400 |
| commit | 59a46228b3ebfecff38f88621eaf51be27762380 (patch) | |
| tree | b8efe9995f41936614a147211d9b5104bc2ada4e | |
| parent | 93f00e62fd4d95aeb7d17a55eb090fff5cb4c4fb (diff) | |
fix typo
| -rw-r--r-- | bard-emacs-modules/bard-emacs-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el index d491330..a2e30b1 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -84,7 +84,7 @@ (setq savehist-additional-variables '(register-alist kill-ring)) (savehist-mode 1) -:;; abbrev-mode +;;; abbrev-mode (setq abbrev-file-name (locate-user-emacs-file "abbrevs")) (setq only-global-abbrevs nil) |
