diff options
author | JSDurand <mmemmew@gmail.com> | 2022-12-23 20:13:04 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-12-23 20:13:04 +0800 |
commit | aeac98f8f2123b0ab09e13f4655e5ea53cf2bdbf (patch) | |
tree | 62e4dc075dccee8e2ffb9550351621b4f353a545 | |
parent | 375b7a701a60bf61e6f4a6ed875808f2071b23c8 (diff) |
load durand-bongo.el instead of bongo.el
-rw-r--r-- | ibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ Modified by Durand to make it silent. -- 2022-10-01 12:31:37.532012" :reader (read-string "no effect: ")) (cond ((not (boundp 'durand-bongo-music-dir)) - (load-config "bongo.el"))) + (load-config "durand-bongo.el"))) (with-current-buffer buf (cond ((derived-mode-p 'dired-mode) |