Removed smartparen and autopair config, enable electric pair

master
Sean McArdle 2015-11-19 11:47:33 -08:00
parent 942fbaa39d
commit e969b79a1b
1 changed files with 4 additions and 5 deletions

View File

@ -13,7 +13,7 @@
("melpa" . "http://melpa.milkbox.net/packages/")))
; install aditional packages
(prelude-require-packages '(autopair powershell csharp-mode jedi fill-column-indicator mark-multiple phi-rectangle flymake smex imenu org rust-mode cargo))
(prelude-require-packages '(powershell csharp-mode jedi fill-column-indicator mark-multiple phi-rectangle flymake smex imenu org rust-mode cargo))
;; Show line numbers in left margin
@ -162,10 +162,9 @@
;; Just for fun
(global-set-key (kbd "C-c C-c z") 'zone)
;; Disable smartparens and enable autopair
(turn-off-smartparens-mode)
;;(require 'autopair)
;;(autopair-global-mode)
;; Enable electric-pair
(electric-pair-mode)
(provide 'custom)
;;; custom.el ends here