rnkn / fountain-mode

Emacs major mode for screenwriting in Fountain plain-text markup
https://fountain-mode.org
GNU General Public License v3.0
391 stars 16 forks source link

exec-path is a variable, not a function #123

Closed ZungBang closed 4 years ago

ZungBang commented 4 years ago

fixes an error when trying to view last exported file: "locate-file: Symbol’s function definition is void: exec-path"

rnkn commented 4 years ago

Thanks! Looks like exec-path function is only introduced in Emacs 27.1... annoying that the CI checks weren't picking up on this...