mirror of
https://github.com/SqrtMinusOne/pomm.el.git
synced 2025-12-10 14:43:03 +03:00
Merge pull request #12 from juergenhoetzel/file-defcustom
Use the more specific 'file type for file-based custom variables
This commit is contained in:
commit
a95343f643
1 changed files with 2 additions and 2 deletions
4
pomm.el
4
pomm.el
|
|
@ -103,7 +103,7 @@
|
||||||
(locate-user-emacs-file "pomm")
|
(locate-user-emacs-file "pomm")
|
||||||
"Location of the pomm state file."
|
"Location of the pomm state file."
|
||||||
:group 'pomm
|
:group 'pomm
|
||||||
:type 'string)
|
:type 'file)
|
||||||
|
|
||||||
(defcustom pomm-history-reset-hour 0
|
(defcustom pomm-history-reset-hour 0
|
||||||
"An hour on which the history will be reset.
|
"An hour on which the history will be reset.
|
||||||
|
|
@ -135,7 +135,7 @@ of period. The format is as follows:
|
||||||
- iteration
|
- iteration
|
||||||
- context"
|
- context"
|
||||||
:group 'pomm
|
:group 'pomm
|
||||||
:type 'string)
|
:type '(choice file (const nil)))
|
||||||
|
|
||||||
(defcustom pomm-csv-history-file-timestamp-format "%s"
|
(defcustom pomm-csv-history-file-timestamp-format "%s"
|
||||||
"Timestamp format in the csv file.
|
"Timestamp format in the csv file.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue