Skip to content

Commit

Permalink
🐛 lexical-binding 有効化の指定方法が間違っていて Emacs 30.x でコケていた
Browse files Browse the repository at this point in the history
lisp/toncs-deps.el:1:1: Error: file has no ‘lexical-binding’ directive on its first line
  • Loading branch information
yewton committed Jan 26, 2024
1 parent 1ceee17 commit 3f45199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/toncs-deps.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#+setupfile: ../setup.org

#+begin_src emacs-lisp :comments no :padline no
;;; toncs-deps.el -*- lexical-binding: t;
;;; toncs-deps.el -*- lexical-binding: t -*-
#+end_src

* 最小限のパッケージ
Expand Down

0 comments on commit 3f45199

Please sign in to comment.