branch: elpa/mastodon commit 26bd873cbc3d511baff207087d8b7286ad58ae96 Author: Rahguzar <rahgu...@mailbox.org> Commit: Rahguzar <rahgu...@mailbox.org>
Remove elisp-flymake-byte-compile-load-path from dir-locals It results in the variable being set to the symbol load-path which breaks flymake. --- lisp/.dir-locals.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/.dir-locals.el b/lisp/.dir-locals.el index da012d6c7f..c1e0375993 100644 --- a/lisp/.dir-locals.el +++ b/lisp/.dir-locals.el @@ -2,5 +2,4 @@ ;;; For more information see (info "(emacs) Directory Variables") ((nil . ((indent-tabs-mode . nil))) - (emacs-lisp-mode . ((elisp-flymake-byte-compile-load-path . load-path) - (package-lint-main-file . "mastodon.el")))) + (emacs-lisp-mode . ((package-lint-main-file . "mastodon.el"))))