diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
