summaryrefslogtreecommitdiff
path: root/emacs/.doom.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.doom.d')
-rw-r--r--emacs/.doom.d/config.el3
-rw-r--r--emacs/.doom.d/init.el9
2 files changed, 6 insertions, 6 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index d6dbd48..69fdc8b 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -3,7 +3,6 @@
;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file!
-
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
(setq user-full-name "KJ Orbekk"
@@ -48,5 +47,7 @@
(server-start)
(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-file "~/.doom.d/config.local.el")
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el
index 495e75d..89343dd 100644
--- a/emacs/.doom.d/init.el
+++ b/emacs/.doom.d/init.el
@@ -55,8 +55,7 @@
(evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding
- format
- ;; (format +onsave) ; automated prettiness
+ format ; automated prettiness
;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once
@@ -109,8 +108,8 @@
:lang
;;agda ; types of types of types of types...
- ;;cc ; C/C++/Obj-C madness
- ;;clojure ; java with a lisp
+ cc ; C/C++/Obj-C madness
+ clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c
@@ -150,7 +149,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'}"}