.emacs ファイルに次のように付け加えてください:
(condition-case () (read-abbrev-file nil t) (file-error nil))
(setq XXX-mode-hook (function (lambda () (setq abbrev-mode t))))