This way machines without notmuch installed won't complain when they
can't find the notmuch module. Unless the user on such a machine
explicitly runs `notmuch`, in which case they deserve to hear Emacs
complain.
(load "wtk_utf-8.el")
(load "wtk_layout.el")
(load "wtk_linux.el")
-(load "wtk_notmuch.el")
(load "wtk_aspell.el")
(load "wtk_epa.el")
(load "wtk_org.el")
(require 'cython-mode)
+(autoload 'notmuch "wtk_notmuch" "notmuch mail" t)
+
; Play GNU Go in an emacs buffer
;(require 'gnugo)