Skip to content

Instantly share code, notes, and snippets.

@lenage
Created November 30, 2012 06:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lenage/4174212 to your computer and use it in GitHub Desktop.
Save lenage/4174212 to your computer and use it in GitHub Desktop.
jeykll highlight lisp code
{% highlight cl linenos %}
(require 'package)
(setq package-archives
'(("original" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
("marmalade" . "http://marmalade-repo.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")))
(package-initialize)
{% endhighlight %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment