mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-05-30 15:14:33 -07:00
tweak: disable electric-quote-mode by default
electric-quote-mode invisibly introduces difficult-to-differentiate utf-8 characters into buffers, which seems strangely imposing as a default behavior. I make it opt-in instead.
This commit is contained in:
parent
a628ef3466
commit
8e6d555cc4
1 changed files with 4 additions and 0 deletions
|
|
@ -284,6 +284,10 @@ tell you about it. Very annoying. This prevents that."
|
||||||
(setq bookmark-default-file (file-name-concat doom-profile-data-dir "bookmarks"))
|
(setq bookmark-default-file (file-name-concat doom-profile-data-dir "bookmarks"))
|
||||||
|
|
||||||
|
|
||||||
|
;;;###package electric
|
||||||
|
(setq electric-quote-mode nil)
|
||||||
|
|
||||||
|
|
||||||
(use-package! recentf
|
(use-package! recentf
|
||||||
;; Keep track of recently opened files
|
;; Keep track of recently opened files
|
||||||
:defer-incrementally easymenu tree-widget timer
|
:defer-incrementally easymenu tree-widget timer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue