Variable: smie-config--buffer-local
smie-config--buffer-local is a buffer-local variable defined in
smie.el.gz.
Documentation
Indentation config rules installed for this very buffer.
E.g. provided via a file-local call to smie-config-local.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/smie.el.gz
(defvar-local smie-config--buffer-local nil
"Indentation config rules installed for this very buffer.
E.g. provided via a file-local call to `smie-config-local'.")