summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-14 19:19:11 -0500
committerCase Duckworth2021-03-14 19:19:11 -0500
commiteb15a3f8e37604d9b1c5f41b78122354b24bb8b7 (patch)
tree4309185340d5da2551d8c3a86776420a0f6a1adf /init.el
parentAdd `0x0' (diff)
downloademacs-eb15a3f8e37604d9b1c5f41b78122354b24bb8b7.tar.gz
emacs-eb15a3f8e37604d9b1c5f41b78122354b24bb8b7.zip
Add `racket-mode'
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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)