FUEL: add (require 'smie), fixes #1672

char-rename
Björn Lindqvist 2016-07-13 17:34:08 +02:00
parent cca231cef1
commit faffdcf047
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
;; Factor indentation using the SMIE framework.
;;; Code:
(require 'smie)
(defcustom factor-block-offset 4
"Indentation of Factor statements."