Skip to content

Instantly share code, notes, and snippets.

@bhyde
Created June 27, 2014 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhyde/52647332e89074bb9977 to your computer and use it in GitHub Desktop.
Save bhyde/52647332e89074bb9977 to your computer and use it in GitHub Desktop.
Teach emacs to indent cl-flet and cl-macrolet.
;;; gosh.el --- control our enthusiasm
;; -*- mode: emacs-lisp; lexical-binding: t; -*-
;; Local Variables:
;; lisp-indent-function: common-lisp-indent-function
;; eval: (put 'cl-flet 'common-lisp-indent-function (get 'flet 'common-lisp-indent-function))
;; eval: (put 'cl-macrolet 'common-lisp-indent-function (get 'flet 'common-lisp-indent-function))
;; End:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment