From 0299324f1348c0ee6d76399f8b7490a3431d3eb6 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Tue, 19 Feb 2013 09:08:11 +0200 Subject: [PATCH] M-x delete-trailing-whitespace ;) --- emacstips.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.43.0