summaryrefslogtreecommitdiff
path: root/lisp/text.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /lisp/text.el
initial commit
Diffstat (limited to 'lisp/text.el')
-rw-r--r--lisp/text.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/text.el b/lisp/text.el
new file mode 100644
index 0000000..498a373
--- /dev/null
+++ b/lisp/text.el
@@ -0,0 +1,7 @@
+;; Text file section
+(defun setup-text-mode ()
+ (setq word-wrap t)
+ (global-hl-line-mode 0)
+ )
+
+(provide 'text)