summaryrefslogtreecommitdiffstats
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs18
1 files changed, 17 insertions, 1 deletions
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.
+ )