X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=emacstips.mdwn;h=d17b05961be0779d3ed78235bd10f644f29ea17d;hp=ea93ac1e9a81028c9df881157e9a4b2a3a4b76df;hb=0299324f1348c0ee6d76399f8b7490a3431d3eb6;hpb=cc00d57014f577633bde1eabeb0efcaf570a4378 diff --git a/emacstips.mdwn b/emacstips.mdwn index ea93ac1..d17b059 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -700,14 +700,14 @@ If you have notmuch-pick installed, it works fine for this as well. Support for linking to notmuch messages is distributed with org-mode, but as a contrib file, so you might have to work a bit to load it. -In Debian and derivitives, +In Debian and derivatives, (add-to-list 'load-path "/usr/share/org-mode/lisp") - + Then (require 'org-notmuch) - + In general it is nice to have a key for org-links (not just for notmuch). For example (define-key global-map "\C-cl" 'org-store-link)