Setup abbrev

This commit is contained in:
Case Duckworth 2021-09-03 22:51:52 -05:00
parent f7e5fec311
commit ae23844686
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@
(:hook variable-pitch-mode
acdw/reading-mode))
(setup abbrev
(:option abbrev-file-name "~/Sync/abbrev.el"
save-abbrevs 'silent)
(:hook-into text-mode
circe-chat-mode))
(setup acdw
(:also-load acdw-compat
acdw-lisp)