summaryrefslogtreecommitdiff
path: root/bongo.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-22 11:51:15 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-22 11:51:15 +0800
commit7743f3ed1b81fbc693d58585596bf7caf783d1c7 (patch)
treee236de03db2b36c4d45b2fcf92ec89ea67859ba5 /bongo.el
parent01c080b98c6c7b645ac5c502c896b0965b784cb1 (diff)
More configurations
Now TeX and elfeed are roughly configured.
Diffstat (limited to 'bongo.el')
-rw-r--r--bongo.el4
1 files changed, 2 insertions, 2 deletions
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))