libkookie: emacs: add notmuch filter rules

wip/yesman
Katharina Fey 3 years ago
parent 4fd6c87c43
commit 200e21a154
  1. 2
      infra/libkookie/overlays/kookie/emacs/default.nix
  2. 0
      infra/libkookie/overlays/kookie/emacs/kookie-notmuch/default.el
  3. 0
      infra/libkookie/overlays/kookie/emacs/kookie-notmuch/default.nix
  4. 3
      infra/libkookie/overlays/kookie/emacs/notmuch-rules/default.el

@ -8,7 +8,7 @@ pkgs.emacsWithPackages (epkgs:
./base
./move-lines
./multi-cursor
./notmuch
./kookie-notmuch
./notmuch-rules
./org
./rust

@ -5,8 +5,7 @@
;; This file is part of LIBKOOKIE, a collection of nix expressions.
;; LIBKOOKIE is licensed under the GPL-3.0 (or later) -- see LICENSE
(provide 'kookie-rules)
(require 'notmuch)
(provide 'notmuch-rules)
(setq mail-host-address "kookie.space")
(setq mml-enable-flowed t)

Loading…
Cancel
Save