]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
M-x delete-trailing-whitespace ;)
[notmuch-wiki] / emacstips.mdwn
index ea93ac1e9a81028c9df881157e9a4b2a3a4b76df..d17b05961be0779d3ed78235bd10f644f29ea17d 100644 (file)
@@ -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)