diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |