summaryrefslogtreecommitdiff
path: root/init/ielm
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2022-12-22 21:27:05 -0500
committerJohn Turner <jturner.usa@gmail.com>2022-12-22 21:42:06 -0500
commit69d4fc420b4898d2d972a4a16b50ca916f854dd0 (patch)
treeb56357a65134c5c1f518a2256222bb8ab3e98d2a /init/ielm
parent1b995bef5ebb9d90afebf09fecd510b675417860 (diff)
downloademacs.d-69d4fc420b4898d2d972a4a16b50ca916f854dd0.tar.gz
added visual-line-mode to ielm-mode-hook
Diffstat (limited to 'init/ielm')
-rw-r--r--init/ielm/init-ielm.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/ielm/init-ielm.el b/init/ielm/init-ielm.el
new file mode 100644
index 0000000..29bf795
--- /dev/null
+++ b/init/ielm/init-ielm.el
@@ -0,0 +1,3 @@
+(add-hook 'ielm-mode-hook 'visual-line-mode)
+
+(provide 'init-ielm)