summaryrefslogtreecommitdiff
path: root/modules/custom-file-buffer.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom-file-buffer.el')
-rw-r--r--modules/custom-file-buffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-file-buffer.el b/modules/custom-file-buffer.el
index 96cc4f45..6ae6d6d4 100644
--- a/modules/custom-file-buffer.el
+++ b/modules/custom-file-buffer.el
@@ -173,7 +173,7 @@ Do not save the deleted text in the kill ring."
"l" #'cj/copy-link-to-buffer-file
"P" #'cj/copy-path-to-buffer-file-as-kill)
-(keymap-set cj/custom-keymap "b" 'cj/buffer-and-file-map)
+(keymap-set cj/custom-keymap "b" cj/buffer-and-file-map)
(provide 'custom-file-buffer)
;;; custom-file-buffer.el ends here.