Skip to content

Commit

Permalink
Use the more specific 'file type for file-based custom variables
Browse files Browse the repository at this point in the history
  • Loading branch information
juergenhoetzel committed Jan 30, 2024
1 parent a717c3a commit 121163d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pomm.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(locate-user-emacs-file "pomm")
"Location of the pomm state file."
:group 'pomm
:type 'string)
:type 'file)

(defcustom pomm-history-reset-hour 0
"An hour on which the history will be reset.
Expand Down Expand Up @@ -135,7 +135,7 @@ of period. The format is as follows:
- iteration
- context"
:group 'pomm
:type 'string)
:type '(choice file (const nil)))

(defcustom pomm-csv-history-file-timestamp-format "%s"
"Timestamp format in the csv file.
Expand Down

0 comments on commit 121163d

Please sign in to comment.