Created
June 27, 2014 15:55
-
-
Save bhyde/52647332e89074bb9977 to your computer and use it in GitHub Desktop.
Teach emacs to indent cl-flet and cl-macrolet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; 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