Browse Source

Load cl.el for using 'flet'

pull/7/head
Syohei YOSHIDA 11 years ago
parent
commit
6de120c49c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      jsfmt.el

+ 3
- 0
jsfmt.el View File

@ -19,6 +19,9 @@
;;; Code: ;;; Code:
(eval-when-compile
(require 'cl))
(defcustom jsfmt-command "jsfmt" (defcustom jsfmt-command "jsfmt"
"The 'jsfmt' command. https://rdio.github.io/jsfmt" "The 'jsfmt' command. https://rdio.github.io/jsfmt"
:type 'string :type 'string


Loading…
Cancel
Save