Skip to content

Commit

Permalink
add blog
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Nov 27, 2014
1 parent 1fa8890 commit a1a80ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/julia/commands.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[lt.objs.clients :as clients]
[lt.objs.editor :as editor]
[lt.objs.editor.pool :as pool]
[lt.objs.command :as cmd])
[lt.objs.command :as cmd]
[lt.objs.platform :as platform])
(:require-macros [lt.macros :refer [behavior]]))

;; Get current block
Expand Down Expand Up @@ -70,3 +71,9 @@
:exts [:jl]
:mime "text/julia"
:tags [:editor.julia]}))})

;; Important Stuff

(cmd/command {:command :bio.blog.open
:desc "Biology: Open a blog"
:exec #(platform/open "http://wormchurn.wordpress.com/")})

0 comments on commit a1a80ca

Please sign in to comment.