diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-06-09 15:21:20 +0200 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-06-09 15:21:20 +0200 |
| commit | 1c5496edaa28221ebb6a843806ce8a511b1daa20 (patch) | |
| tree | f13fa484f036ab884127e0697431d00f10a3b13f /.emacs | |
| parent | 639fd3faf18d4c0c1c068fbe97e72b3a2a736f96 (diff) | |
Update channel configuration, .emacs, mail setup, packagesmain
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) |
