Update lang modules' :build settings

This commit is contained in:
Henrik Lissner 2017-04-07 01:45:57 -04:00
parent 8f04e0355f
commit 648c4c1d3b
9 changed files with 27 additions and 10 deletions

View file

@ -187,6 +187,8 @@
;; (set! :build 'launchbar-action '+javascript-lb6-mode
;; (lambda ()
;; (when-let (dir (f-traverse-upwards (lambda (f) (f-ext? f "lbaction"))))
;; (shell-command (format "open '%s'" dir))))))
;; (shell-command (format "open '%s'" dir))))
;; :when
;; (lambda () (f-traverse-upwards (lambda (f) (f-ext? f "lbaction"))))))
)