Skip to content

Instantly share code, notes, and snippets.

@laurentpetit
Created December 11, 2013 12:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurentpetit/7909761 to your computer and use it in GitHub Desktop.
Save laurentpetit/7909761 to your computer and use it in GitHub Desktop.
Place this file inside ~/.ccw/, or clone the gist inside ~/.ccw/lein-popup, and start/restart your Eclipse.
(ns lein-popup
(:require [ccw.e4.dsl :refer :all]
[ccw.leiningen.generic-launch :refer (generic-launch)]))
(defn launch [context] (generic-launch nil))
(defcommand launch-lein-generic "Launch generic leiningen popup")
(defhandler launch-lein-generic launch)
(defkeybinding launch-lein-generic "Alt+L G")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment