;; Text file section (defun setup-text-mode () (setq word-wrap t) (global-hl-line-mode 0) ) ;;(require 'flyspell) ;;(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t) ;;(add-hook 'text-mode flyspell-mode) (provide 'text)