From 53865d0aa32ec5810d7f6e2069d8a96ebf696998 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Tue, 13 Jul 2010 15:25:54 +0200 Subject: Modified (improved) my emacs theme Added autopair.el --- .emacs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 356e464..88c2afd 100644 --- a/.emacs +++ b/.emacs @@ -15,6 +15,9 @@ ; be old (fset 'yes-or-no-p 'y-or-n-p) ; don't want to have to type yes or no +;; Autopair Mode +(autopair-global-mode) + ;; Vala Mode (add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode)) (add-to-list 'auto-mode-alist '("\\.vapi$" . vala-mode)) @@ -32,4 +35,17 @@ ;; Autocomplete (add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict") -(ac-config-default) \ No newline at end of file +(ac-config-default) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) -- cgit v1.2.3-54-g00ecf