gentoo-karlay

My Gentoo ebuild overlay
Log | Files | Refs

50notmuch-gentoo.el (291B)


      1 (add-to-list 'load-path "@SITELISP@")
      2 (if (boundp 'image-load-path)
      3     (add-to-list 'image-load-path "@SITEETC@" t))
      4 (autoload 'notmuch "notmuch" nil t)
      5 (autoload 'notmuch-search "notmuch" nil t)
      6 (autoload 'notmuch-hello "notmuch-hello" nil t)
      7 (autoload 'notmuch-show "notmuch-show" nil t)