From d1d68c3b1011f54da4ebca1ec28f28ab832a39c8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 3 Aug 2020 16:24:17 +0200 Subject: [PATCH] Disable smartparens --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index b684049..932f8ea 100644 --- a/config.org +++ b/config.org @@ -10,6 +10,7 @@ - [[#line-numbers][Line numbers]] - [[#battery-indicator][Battery indicator]] - [[#programming][Programming]] + - [[#smart-parens][Smart parens]] - [[#rust][Rust]] - [[#cc][C/C++]] - [[#default-style][Default style]] @@ -134,6 +135,14 @@ I'm on a laptop, so let's display my battery in the modeline: * Programming +** Smart parens + +Disable smart parens because half of the time it doesn't do what I want: + +#+BEGIN_SRC emacs-lisp +(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode) +#+END_SRC + ** Rust By default =rustic-mode= uses =rls=, I want to use =rust-analyzer= instead.