fixed a typo

This commit is contained in:
Bozhidar Batsov 2011-10-09 11:21:57 +03:00
parent 6eec85549a
commit e05ffb7a15

View file

@ -71,7 +71,7 @@
;; smart indenting and pairing for all ;; smart indenting and pairing for all
(electric-pair-mode t) (electric-pair-mode t)
(electric-indent-mode t) (electric-indent-mode t)
(electric-layout-mode t)) (electric-layout-mode t)
;; meaningful names for buffers with the same name ;; meaningful names for buffers with the same name
(require 'uniquify) (require 'uniquify)