add lexical binding cookie to lisp/helper.el

This commit is contained in:
madosuki 2026-09-02 14:53:17 +09:00
parent 267ff72edc
commit 657da3c0c6
No known key found for this signature in database
GPG key ID: 4B7F55DDD30DA7FE

View file

@ -1,3 +1,4 @@
;; -*- lexical-binding: nil; -*-
(defun roswell-configdir ()
(substring (shell-command-to-string "ros roswell-internal-use version confdir") 0 -1))