diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index a30532f..5cbd521 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -808,7 +808,8 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (kill-new (file-name-nondirectory (buffer-file-name))))) (use-package ctrlj - :bind (("<menu>" . ctrlj/open-note) + :init (global-unset-key (kbd "C-j")) + :bind* (("<menu>" . 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) |