- currently only works in regular emacs session and not via terminal:
https://github.com/emacscollective/borg/issues/78
- TODO: add support for guix environment
[submodule "borg"]
path = lib/borg
url = git@github.com:emacscollective/borg.git
[submodule "borg"]
path = lib/borg
url = git@github.com:emacscollective/borg.git
+[submodule "borg-nix-shell"]
+ path = lib/borg-nix-shell
+ url = git@github.com:thblt/borg-nix-shell.git
[submodule "closql"]
path = lib/closql
url = git@github.com:emacscollective/closql.git
[submodule "closql"]
path = lib/closql
url = git@github.com:emacscollective/closql.git
url = https://git.notmuchmail.org/git/notmuch
load-path = emacs
info-path = doc/_build/texinfo
url = https://git.notmuchmail.org/git/notmuch
load-path = emacs
info-path = doc/_build/texinfo
+ build-nix-shell-packages = pkgconfig gitMinimal xapian gmime talloc zlib pythonPackages.sphinx pythonPackages.python texinfo
build-step = ./configure
build-step = make
build-step = make sphinx-texinfo
build-step = ./configure
build-step = make
build-step = make sphinx-texinfo
(require 'borg)
(borg-initialize)
(require 'borg)
(borg-initialize)
+(require 'borg-nix-shell)
+(setq borg-build-shell-command 'borg-nix-shell-build-command)
+
(with-eval-after-load 'bind-key
(bind-keys
:package borg
(with-eval-after-load 'bind-key
(bind-keys
:package borg
--- /dev/null
+Subproject commit 84dac9e821ea445a6b4542d021d3094b0c1e55d3