From e609a2b9e6bb38b6679684819997079bb2d6af82 Mon Sep 17 00:00:00 2001 From: noa Date: Fri, 15 Nov 2024 14:09:43 +0800 Subject: Bind ctrlj search to --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index debffea..b7e2141 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -760,7 +760,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (use-package ctrlj :load-path "~/Documents/Projects/2024-10-08 Ctrlj" :init (global-unset-key (kbd "C-j")) - :bind* (("" . ctrlj/open-note) + :bind* (("" . ctrlj/open-note) ("C-j C-j" . ctrlj/open-note) ("C-j C-n" . ctrlj/new-note) ("C-j C-l" . ctrlj/insert-link-to-note) -- cgit 1.4.1-2-gfad0