Skip to content

Instantly share code, notes, and snippets.

@hiredman
Created January 21, 2013 03:03
Show Gist options
  • Save hiredman/4583350 to your computer and use it in GitHub Desktop.
Save hiredman/4583350 to your computer and use it in GitHub Desktop.
(defun indent-as-defun ()
""
(interactive)
(let ((s (symbol-at-point)))
(put-clojure-indent s 'defun)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment