From 8cbf1e4566bf4e2683355b617ffcba450ea1d904 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 31 May 2021 11:01:05 -0400 Subject: add racket mode --- emacs/.doom.d/config.el | 2 ++ emacs/.doom.d/init.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 78be1df..7038784 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -156,5 +156,7 @@ (remove-hook 'doom-first-buffer-hook #'smartparens-global-mode) (add-to-list 'auto-mode-alist '("\\.journal\\'" . ledger-mode)) +(after! racket-mode + (remove-hook! 'racket-mode #'racket-smart-open-bracket-mode)) (load "~/.doom.d/config.local.el" t) diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index a7ca077..643e036 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -148,7 +148,7 @@ ;;purescript ; javascript, but functional python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever - ;;racket ; a DSL for DSLs + racket ; a DSL for DSLs ;;rest ; Emacs as a REST client ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} -- cgit v1.2.3