From 9ee06a14fbd565aca3e062c0ce13abbd1a2e1814 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 27 Jan 2024 12:51:07 +0000 Subject: emacs: Bind C-c j to join-line --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index 02c9227..dc61a27 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -41,6 +41,7 @@ (electric-indent-mode -1) (global-auto-revert-mode 1) +(global-set-key (kbd "C-c j") #'join-line) (global-set-key (kbd "C-c q") #'electric-quote-local-mode) (use-package marginalia :config (marginalia-mode 1) :ensure t) -- cgit v1.2.3-70-g09d2