From: rush Date: Wed, 12 Aug 2026 14:44:05 +0000 (-0400) Subject: Make abbrev-mode on by default X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=e1a05647be368ed590a5f9abe921b40dc297bc21;p=emacsinit.git Make abbrev-mode on by default --- diff --git a/init.el b/init.el index 270014a..153e06d 100644 --- a/init.el +++ b/init.el @@ -1438,7 +1438,7 @@ Stolen from https://depp.brause.cc/dotemacs" "") (setq save-abbrevs 'silently) -(abbrev-mode) +(setq-default abbrev-mode t) ;;; Customization Framework ;; Disable it by making it save to a temp file (stolen from prot)