This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
jsfmt.el
mirror of
https://github.com/brettlangdon/jsfmt.el.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Load cl.el for using 'flet'
pull/7/head
Syohei YOSHIDA
11 years ago
parent
295266c37f
commit
6de120c49c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
jsfmt.el
+ 3
- 0
jsfmt.el
View File
@ -19,6 +19,9 @@
;;; Code:
(
eval-when-compile
(
require
'cl
)
)
(
defcustom
jsfmt-command
"
jsfmt
"
"
The 'jsfmt' command. https://rdio.github.io/jsfmt
"
:type
'string
Write
Preview
Loading…
Cancel
Save