summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 54cac7b..7445d60 100644 --- a/init.el +++ b/init.el
@@ -774,6 +774,10 @@
774(setup text 774(setup text
775 (:hook #'turn-on-auto-fill)) 775 (:hook #'turn-on-auto-fill))
776 776
777(setup timer-list
778 (:hook #'hl-line-mode
779 #'lin-mode))
780
777(setup tramp 781(setup tramp
778 (el-patch-feature tramp) 782 (el-patch-feature tramp)
779 (with-eval-after-load 'tramp 783 (with-eval-after-load 'tramp