summaryrefslogtreecommitdiff
path: root/lisp/text.el
blob: 498a3738d1d55a492eeb1a4e722b29a5805b962a (plain)
1
2
3
4
5
6
7
;; Text file section
(defun setup-text-mode ()
  (setq word-wrap t)
  (global-hl-line-mode 0)
  )

(provide 'text)