mineo / yatemplate

File templates for Emacs with YASnippet
https://github.com/mineo/yatemplate
GNU General Public License v3.0
70 stars 11 forks source link

Add variable type of defcustom variables #26

Closed conao3 closed 4 years ago

conao3 commented 4 years ago

Hi. I found bytecompile warnings for this package.

Warning (bytecomp): defcustom for 'yatemplate-dir' fails to specify type [2 times]
Warning (bytecomp): defcustom for 'yatemplate-separator' fails to specify type [2 times]
Warning (bytecomp): defcustom for 'yatemplate-ignored-files-regexp' fails to specify type [2 times]

Therefore, I specified variable type for defcustom variables.

conao3 commented 4 years ago

OK, force-pushed.

mineo commented 4 years ago

Awesome, thanks!

conao3 commented 4 years ago

Thanks!