FUEL: add (require 'smie), fixes #1672
parent
cca231cef1
commit
faffdcf047
|
@ -8,6 +8,7 @@
|
||||||
;; Factor indentation using the SMIE framework.
|
;; Factor indentation using the SMIE framework.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
(require 'smie)
|
||||||
|
|
||||||
(defcustom factor-block-offset 4
|
(defcustom factor-block-offset 4
|
||||||
"Indentation of Factor statements."
|
"Indentation of Factor statements."
|
||||||
|
|
Loading…
Reference in New Issue