X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.emacs;h=2783d01725b0470c5bce49277f02be0b0b6610a0;hb=b8f7a850e1914b55cf901c4a1d1531caa660cf78;hp=30bbd4349e0e1e21236f62701e4500263cdfbf5b;hpb=8fcadc0e3d2980a8b6b91f99842b34768b872a7f;p=emacs.git diff --git a/.emacs b/.emacs index 30bbd43..2783d01 100644 --- a/.emacs +++ b/.emacs @@ -398,6 +398,18 @@ Argument DESCRIPTION MIME description." (add-hook 'post-mode-hook (auto-fill-mode nil) ) +; abbrev mode settings +; load abbreviations from +(setq abbrev-file-name + "~/.emacs_abbrev_def") + +; read the abbrev file if it exists +(if (file-exists-p abbrev-file-name) + (quietly-read-abbrev-file)) + +; for now, use abbrev mode everywhere +(setq default-abbrev-mode t) + (defun insert-function-documentation () "Insert function documentation"