Skip to content

alexmurray/mu-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mu logo

mu


mu in a snap

mu mu

Installation

Get it from the Snap Store

sudo snap install maildir-utils

Configuration

To use mu4e within Emacs, you need to update the load-path using either of the following methods:

use-package

We recommend to use use-package

(use-package mu4e
  :load-path "/snap/maildir-utils/current/share/emacs/site-lisp/mu4e/""
  ;; usual configuration here...
  )

Manual

(add-to-list 'load-path "/snap/maildir-utils/current/share/emacs/site-lisp/mu4e/")
(require mu4e)
;; usual configuration here...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages