diff options
author | Case Duckworth | 2021-03-14 19:19:11 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-14 19:19:11 -0500 |
commit | eb15a3f8e37604d9b1c5f41b78122354b24bb8b7 (patch) | |
tree | 4309185340d5da2551d8c3a86776420a0f6a1adf | |
parent | Add `0x0' (diff) | |
download | emacs-eb15a3f8e37604d9b1c5f41b78122354b24bb8b7.tar.gz emacs-eb15a3f8e37604d9b1c5f41b78122354b24bb8b7.zip |
Add `racket-mode'
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 78d1ffd..58ca9ad 100644 --- a/init.el +++ b/init.el | |||
@@ -461,6 +461,9 @@ indicator in the mode-line." | |||
461 | (put 'dotimes-protect 'common-lisp-indent-function | 461 | (put 'dotimes-protect 'common-lisp-indent-function |
462 | (get 'when 'common-lisp-indent-function))) | 462 | (get 'when 'common-lisp-indent-function))) |
463 | 463 | ||
464 | ;; Racket | ||
465 | (acdw/pkg racket-mode) | ||
466 | |||
464 | ;;; Miscellaneous | 467 | ;;; Miscellaneous |
465 | 468 | ||
466 | (acdw/set '((disabled-command-function nil) | 469 | (acdw/set '((disabled-command-function nil) |