From b80cd3cd4dfeb5b52fe7b38681040ee8b25be8bb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 25 Jul 2016 22:16:19 +0200 Subject: Add major mode for .mbsyncrc --- emacs/.emacs.d/init.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs/.emacs.d/init.el') 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: -- cgit v1.2.3-54-g00ecf