From 532ccb8dd40348bfcd8c73341e9517570d9563d0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 7 Jul 2022 23:07:33 -0500 Subject: Add hide-cursor-mode --- init.el | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 1b08fe7..e391ecb 100644 --- a/init.el +++ b/init.el @@ -131,6 +131,31 @@ (global-goto-address-mode) (add-hook 'after-change-major-mode-hook #'goto-address-mode))) +(setup (:require hide-cursor-mode) ; In lisp/ + (:hook-into view-mode + Info-mode + Man-mode + help-mode + helpful-mode + notmuch-show-mode + magit-log-mode + vc-log-mode + nov-mode + elfeed-show-mode + reading-mode) + (:bind-into (view + Info + help-mode + helpful + notmuch-show + magit-log + nov + elfeed-show + reading) + "" #'hide-cursor-mode) + (:with-mode Man-mode + (:bind "" #'hide-cursor-mode))) + (setup (:require pulse) (:also-load +pulse) (:option pulse-flag nil -- cgit 1.4.1-21-gabe81