summaryrefslogtreecommitdiff
path: root/mu4e/mu4e-config.el.in
blob: 7c36d31ca5b730bb4a2f19c0fa77db823c916c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;; mu4e-config.el --- configuration values -*- lexical-binding: t -*-

;;; Commentary:

;; Auto-generated configuration values

;;; Code:

(defconst mu4e-mu-version "@VERSION@"
  "Required mu binary version.
mu4e's version must agree with this.")

(defconst mu4e-doc-dir "@MU_DOC_DIR@"
  "Directory for mu4e documentation.")

(provide 'mu4e-config)
;;; mu4e-config.el.in ends here