This commit is contained in:
xfnw 2022-10-15 17:42:58 -04:00
parent 572ee5d9f4
commit 65307f797a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
(defcustom redtick-rest-interval (* 60 5)
"Interval of time you will be resting, in seconds."
:type 'number)
(defcustom redtick-history-file (concat user-emacs-directory "~/redtick-history.txt")
(defcustom redtick-history-file (concat user-emacs-directory "redtick-history.txt")
"File to store all the completed pomodoros."
:type 'string)
(defcustom redtick-popup-header '(format "Working with '%s'" (current-buffer))