From b2aaf401b892dd0c63f24dbdb4014b95845917ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Feb 2017 22:48:21 +0100 Subject: Disable abbrev mode --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 0ebf383..712d7b9 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -406,6 +406,7 @@ "C mode for people with taste." (require 'smarttabs) (auto-fill-mode 1) + (abbrev-mode -1) (set-fill-column 79) (setq tab-width 4) (setq indent-tabs-mode t) -- cgit v1.2.1