TatriX / pomidor

Pomidor is a simple and cool pomodoro technique timer.
238 stars 17 forks source link

Change appropriate defvar -> defcustom with typechecking #25

Closed rnkn closed 6 years ago

rnkn commented 6 years ago

I've changed all the defvar variables to defcustom options that I figured were appropriate, and small additions to the docstrings for setting to nil to disable sounds and alerts.

The initial values for options that include directories may now look odd because they are expressions rather than files, and the typechecking asks for a file, but these will eval to files upon load.

TatriX commented 6 years ago

Looks good to me. Thank you!