branch: elpa/mastodon commit e35f24ca94780c03a28b7749e8ebd6c8474e96e0 Merge: 9453f98716 26bd873cbc Author: martianh <marti...@noreply.codeberg.org> Commit: martianh <marti...@noreply.codeberg.org>
Merge pull request 'Remove elisp-flymake-byte-compile-load-path from dir-locals' (#679) from rahguzar/mastodon.el:develop into develop --- 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"))))