From 7743f3ed1b81fbc693d58585596bf7caf783d1c7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 22 Feb 2021 11:51:15 +0800 Subject: More configurations Now TeX and elfeed are roughly configured. --- bongo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bongo.el') diff --git a/bongo.el b/bongo.el index 7fa5375..061d7a0 100644 --- a/bongo.el +++ b/bongo.el @@ -32,7 +32,8 @@ ;; Bongo info path ;;;###autoload - (add-to-list 'Info-directory-list (expand-file-name "bongo/" package-dir)) + (eval-after-load 'info + '(add-to-list 'Info-directory-list (expand-file-name "bongo/" package-dir))) ;;;###autoload (defvar durand-bongo-music-dir nil @@ -523,7 +524,6 @@ Modified by Durand." ;;;###autoload (defun durand-bongo-buffer () "Return the buffer (bongo-playlist-buffer)." - :override 'bongo-buffer (interactive) (bongo-playlist-buffer)) -- cgit v1.2.3-18-g5258