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

autoload cookies for safe local variables #12

Closed fommil closed 8 years ago

fommil commented 8 years ago

This block of code could benefit from an autoload cookie so that the variables are considered safe before yatemplate is loaded.

  (put 'yatemplate-owner 'safe-local-variable #'stringp)
  (put 'yatemplate-license 'safe-local-variable #'stringp)
fommil commented 8 years ago

Awesome! Sorry for being pathetic and not sending a PR, I was behind a corporate firewall.

mineo commented 8 years ago

Don't worry, I'll just ignore tickets if I don't have the time or desire to act on them ;-)