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