This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nico
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Use notmuch's done binary
master
Nicolas Petton
3 years ago
parent
b755adc4b7
commit
283032ecd0
Signed by:
nico
GPG Key ID:
233587A47C207910
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.gitmodules
+2
-0
hosts/blueberry/init-notmuch.el
+ 5
- 0
.gitmodules
View File
@ -214,6 +214,11 @@
[submodule "notmuch"]
path = lib/notmuch
load-path = emacs
info-path = doc/_build/texinfo
build-step = ./configure
build-step = make
build-step = make sphinx-texinfo
build-step = "(borg-makeinfo \"notmuch\")"
url = git://notmuchmail.org/git/notmuch
[submodule "org"]
path = lib/org
+ 2
- 0
hosts/blueberry/init-notmuch.el
View File
@ -6,6 +6,8 @@
(
require
'yasnippet
)
(
require
'debbugs
)
(
setq-default
notmuch-command
(
expand-file-name
"
~/.emacs.d/lib/notmuch/notmuch
"
)
)
;; For existing org links, load mu4e anyway
;; use notmuch for sending emails
Write
Preview
Loading…
Cancel
Save