Correct package name

This commit is contained in:
David Morgan 2021-08-17 16:11:05 +01:00
parent 325e07225e
commit a9d8dd7bc7
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
(undo-tree-history-directory-alist `((".*" . ,temporary-file-directory)))
(undo-tree-auto-save-history t))
(use-package abbrev-mode
(use-package abbrev
:ensure nil
:diminish
:hook (text-mode . abbrev-mode))