summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-28 09:39:12 -0600
committerCase Duckworth2022-02-28 09:39:12 -0600
commitdcbc12ed9fb1fa9d56b2f346d26745afaed0a42a (patch)
treec98e6b3b9c9931e637caf7317bafdd49ac1c4969 /init.el
parentBind org-clock-in and org-clock-out (diff)
downloademacs-dcbc12ed9fb1fa9d56b2f346d26745afaed0a42a.tar.gz
emacs-dcbc12ed9fb1fa9d56b2f346d26745afaed0a42a.zip
Hook hl-line-mode on timer-list
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