repo.or.cz
/
emacs.d.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't unecessarily assume responsibility for checking SLIME version.
[emacs.d.git]
/
lisp
/
skewerrc.el
blob
d07fca9496aac4eac25437f125efadd7841ee53b
1
;;; A simple rc to set up Skewer and simple-httpd.
2
3
(
when
(
require
'
skewer nil t
)
4
;; 1030 is a nice, not yet IANA assigned port number.
5
(
setq
httpd-port
1030
)
6
;; Hook into js2-mode, css-mode and html-mode.
7
(
skewer-setup
))