weigley inspired improvements
[dot-emacs] / misc-disabled.el
index e13b7f869b1a824a0b7713f14e85b4e89ebcb721..256433806eae608c6771f8daea6d4865565d2d32 100644 (file)
 (setq tp (string= (system-name) "tp"))
 (setq x200 (string= (system-name) "x2"))
 (setq laptop-keyboard (or tp x200))
+
+
+
+;;; abreviations
+;; turn on abbrev mode globally
+(setq-default abbrev-mode t)
+
+;; default abbreviation mode file is .emacs.d/abbrev_defs.
+;; add-global-abbrev, add-mode-abbrev for expansion at point
+;; if all else fails, edit the abbrev file