summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-06-09 15:21:20 +0200
committerCharles Roelli <charles@aurox.ch>2026-06-09 15:21:20 +0200
commit1c5496edaa28221ebb6a843806ce8a511b1daa20 (patch)
treef13fa484f036ab884127e0697431d00f10a3b13f /.emacs
parent639fd3faf18d4c0c1c068fbe97e72b3a2a736f96 (diff)
Update channel configuration, .emacs, mail setup, packagesmain
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)