-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
;; This file has code that is evaluated in CI before the indentation | ||
;; of Radian is checked. This is helpful because it allows us to | ||
;; ensure that various things are indented correctly if they require | ||
;; some setup for Emacs to know how to do the right thing. | ||
|
||
;; The indentation of `define-key' has for some reason changed in | ||
;; Emacs 29 when it was deprecated in favor of `keymap-set'. Maybe | ||
;; that is a bug and they will change it, but for now, force the | ||
;; indentation to the backwards-compatible version. | ||
(put #'define-key 'lisp-indent-function 'defun) |