From 5ba2ed73cdade3f1e759595c5934d0ca6cf1b46d Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 30 Apr 2025 10:04:00 +1200 Subject: [PATCH] emacs: remove catchup --- .emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index be5c2e6..8666663 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -358,12 +358,6 @@ value `italic'." (load mu4e-file))) ;; other packages -(require 'catchup) -(setq catchup-separator "\t" - catchup-spec '((format-time-string "date %Y/%m/%d %T") - (catchup-battery "batt %s%%"))) -(global-set-key (kbd "C-c u") 'catchup) - (require 'esv) (add-to-list 'esv-arguments "-f") (setq esv-close-existing-buffers t)