]> git.cworth.org Git - notmuch-wiki/commitdiff
M-x delete-trailing-whitespace ;)
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 19 Feb 2013 07:08:11 +0000 (09:08 +0200)
committerTomi Ollila <tomi.ollila@iki.fi>
Tue, 19 Feb 2013 07:08:11 +0000 (09:08 +0200)
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)