From: Tomi Ollila Date: Tue, 19 Feb 2013 07:08:11 +0000 (+0200) Subject: M-x delete-trailing-whitespace ;) X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=0299324f1348c0ee6d76399f8b7490a3431d3eb6 M-x delete-trailing-whitespace ;) --- 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)