summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index 70de4a8..02edd24 100644
--- a/.emacs
+++ b/.emacs
@@ -17,6 +17,7 @@
'(user-full-name "Charles Roelli")
'(user-mail-address "charles@aurox.ch")
'(vc-make-backup-files t)
+ '(version-control t)
'(visible-bell t))
(custom-set-faces
;; custom-set-faces was added by Custom.
@@ -29,5 +30,3 @@
(require 'ansi-color)
(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter)
-
-(ffap-bindings)