Disable smartparens
This commit is contained in:
parent
dad1c30d8f
commit
d1d68c3b10
|
@ -10,6 +10,7 @@
|
||||||
- [[#line-numbers][Line numbers]]
|
- [[#line-numbers][Line numbers]]
|
||||||
- [[#battery-indicator][Battery indicator]]
|
- [[#battery-indicator][Battery indicator]]
|
||||||
- [[#programming][Programming]]
|
- [[#programming][Programming]]
|
||||||
|
- [[#smart-parens][Smart parens]]
|
||||||
- [[#rust][Rust]]
|
- [[#rust][Rust]]
|
||||||
- [[#cc][C/C++]]
|
- [[#cc][C/C++]]
|
||||||
- [[#default-style][Default style]]
|
- [[#default-style][Default style]]
|
||||||
|
@ -134,6 +135,14 @@ I'm on a laptop, so let's display my battery in the modeline:
|
||||||
|
|
||||||
* Programming
|
* 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
|
** Rust
|
||||||
|
|
||||||
By default =rustic-mode= uses =rls=, I want to use =rust-analyzer= instead.
|
By default =rustic-mode= uses =rls=, I want to use =rust-analyzer= instead.
|
||||||
|
|
Loading…
Reference in a new issue