diff --git a/emacs/init.org b/emacs/init.org index bbc7386..8d2d1b5 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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