summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)