emacs: add catchup
This commit is contained in:
parent
52c1a2561c
commit
5c1155ba6d
1 changed files with 6 additions and 0 deletions
|
@ -351,6 +351,12 @@ value `italic'."
|
||||||
(load mu4e-file)))
|
(load mu4e-file)))
|
||||||
|
|
||||||
;; other packages
|
;; 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)
|
(require 'esv)
|
||||||
(add-to-list 'esv-arguments "-f")
|
(add-to-list 'esv-arguments "-f")
|
||||||
(setq esv-close-existing-buffers t)
|
(setq esv-close-existing-buffers t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue