18 lines
382 B
EmacsLisp
18 lines
382 B
EmacsLisp
;;; 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
|