summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/guix/channels.scm4
-rw-r--r--.config/guix/manifest/jirud.scm1
-rw-r--r--.emacs.d/init.el2
3 files changed, 5 insertions, 2 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
index 9047b41..c887326 100644
--- a/.config/guix/channels.scm
+++ b/.config/guix/channels.scm
@@ -2,9 +2,9 @@
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit
- "e920037793faeebf8fb2a918b50a1751b125a0af"))
+ "d51f20f9b8ec2f60afde58e1b0a10fe25ab68e79"))
(channel
(name 'guix-bandali)
(url "https://git.sr.ht/~bandali/guix-bandali")
(commit
- "826fb6ff3669fd4a14dfb17a7aa89777507fb4d6")))
+ "5786bcaa419cdcf5687d266bc89e78f24913cfed")))
diff --git a/.config/guix/manifest/jirud.scm b/.config/guix/manifest/jirud.scm
index 51f4920..34094ed 100644
--- a/.config/guix/manifest/jirud.scm
+++ b/.config/guix/manifest/jirud.scm
@@ -5,6 +5,7 @@
"emacs"
"emacs-alert"
"emacs-async"
+ "emacs-biblio-git"
"emacs-boxquote"
"emacs-company"
"emacs-company-ebdb"
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 14b9b37..91f3657 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1559,6 +1559,8 @@ For disabling the behaviour for certain buffers and/or modes."
("M-RET" . image-previous-line))
:config (pdf-tools-install nil t))
+(use-package biblio)
+
;;; Email (with Gnus)