Fix mu4e autoload and add global keybinding
This commit is contained in:
parent
bb9fa4e621
commit
cf1c5832f2
@ -3626,8 +3626,8 @@ First, add it to the load path:
|
||||
|
||||
Then set up autoloads on the entry functions:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(autoload 'mu4e (concat mu4e-load-path "/mu4e.el"))
|
||||
(autoload 'mu4e (concat mu4e-load-path "/mu4e.el"))
|
||||
(autoload 'mu4e (concat mu4e-load-path "/mu4e.el") nil t)
|
||||
(autoload 'mu4e-update-index (concat mu4e-load-path "/mu4e.el") nil t)
|
||||
#+END_SRC
|
||||
|
||||
Then configure it:
|
||||
@ -3681,6 +3681,11 @@ Then configure it:
|
||||
. ("-a" "jeremydormitzer-lola-com")))))))
|
||||
#+end_src
|
||||
|
||||
Global keybindings:
|
||||
#+begin_src emacs-lisp
|
||||
(leader-def-key "am" #'mu4e)
|
||||
#+end_src
|
||||
|
||||
* w3m
|
||||
Browsing the web from Emacs. Relies on having [[http://w3m.sourceforge.net/][w3m]] installed.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user