mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(mu4e): allow mu4e to be started early
mu4e complains about missing file-notify-*-watch functions if loaded too early. Close #5327
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
;;; email/mu4e/autoload/mu-lock.el -*- lexical-binding: t; -*-
|
||||
;;;###autoload (autoload 'file-notify-rm-watch "filenotify")
|
||||
;;;###autoload (autoload 'file-notify-add-watch "filenotify")
|
||||
|
||||
(defvar +mu4e-lock-file (expand-file-name "mu4e_lock" temporary-file-directory)
|
||||
"Location of the lock file which stores the PID of the process currenty running mu4e")
|
||||
|
Reference in New Issue
Block a user