diff options
-rw-r--r-- | config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 1c3e2e9..ed4a474 100644 --- a/config.org +++ b/config.org | |||
@@ -1173,6 +1173,13 @@ checks for a shebang). | |||
1173 | 1173 | ||
1174 | #+begin_src emacs-lisp :noweb-ref settings | 1174 | #+begin_src emacs-lisp :noweb-ref settings |
1175 | (setq-default lisp-indent-function #'common-lisp-indent-function) | 1175 | (setq-default lisp-indent-function #'common-lisp-indent-function) |
1176 | (put 'cl-flet 'common-lisp-indent-function | ||
1177 | (get 'flet 'common-lisp-indent-function)) | ||
1178 | (put 'cl-labels 'common-lisp-indent-function | ||
1179 | (get 'labels 'common-lisp-indent-function)) | ||
1180 | (put 'if 'common-lisp-indent-function 2) | ||
1181 | (put 'dotimes-protect 'common-lisp-indent-function | ||
1182 | (get 'when 'common-lisp-indent-function)) | ||
1176 | #+end_src | 1183 | #+end_src |
1177 | 1184 | ||
1178 | * Applications | 1185 | * Applications |