From ec84c0c4c64a2d0ce73aca23775fe26463dc53c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:15:01 -0500 Subject: fix: buffer-and-file-map: symbol vs string error --- modules/custom-file-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/custom-file-buffer.el') 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. -- cgit v1.2.3