aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 8ec413b..54b4e7d 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -209,6 +209,15 @@ This is currently the data directory under the
(add-hook 'inferior-emacs-lisp-mode-hook 'paredit-mode)
+;;;;; Mbsync configuration mode:
+
+(ensure-library mbsync-conf-mode
+ :path "vendor-lisp/mbsync-conf-mode")
+(autoload 'mbsync-conf-mode "mbsync-conf-mode"
+ "Major mode for editing mbsync configuration files."
+ :interactive)
+(add-to-list 'auto-mode-alist '("\\.mbsyncrc\\'" . mbsync-conf-mode))
+
;;;; Applications:
;;;;; Magit: