about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-misc.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-12T18·07+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-12T18·07+0000
commit1a484b4b9113357152a6a811345377ae0ac34971 (patch)
treee271b5898549596637d74df716e2f1250430f445 /emacs/.emacs.d/wpc/wpc-misc.el
parent072be0befdf80e63d49557acde954853ffecba92 (diff)
Disable auto pairing parens, brackets, quotes
I don't see much value in this tool for my workflow.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-misc.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-misc.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el
index 17566e598aee..6d47b2efe9fa 100644
--- a/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/emacs/.emacs.d/wpc/wpc-misc.el
@@ -166,9 +166,6 @@
 ;; fullscreen settings
 (defvar ns-use-native-fullscreen nil)
 
-;; auto-close parens, brackets, quotes
-(electric-pair-mode 1)
-
 (use-package yasnippet
   :config
   (setq yas-snippet-dirs '("~/.emacs.d/snippets/"))