add electric pair

This commit is contained in:
Simo-Pekka Kerkelä 2015-12-18 20:33:03 +02:00
parent eba502f8ca
commit 6d162c41e7

View file

@ -52,5 +52,7 @@
(setq mac-command-modifier 'meta)
(setq mac-option-modifier nil))
(electric-pair-mode 1)
;; This removes the annoying glitchy feeling flash when something dings
(setq ring-bell-function 'ignore)