summaryrefslogtreecommitdiff
path: root/init/compile/init-compile.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/compile/init-compile.el')
-rw-r--r--init/compile/init-compile.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/compile/init-compile.el b/init/compile/init-compile.el
new file mode 100644
index 0000000..874aa73
--- /dev/null
+++ b/init/compile/init-compile.el
@@ -0,0 +1,3 @@
+(add-hook 'compilation-mode-hook 'visual-line-mode)
+
+(provide 'init-compile)