From 230470f0bd6b5cf070dd3d9b62d74e45e75235c7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 24 Apr 2022 03:58:01 +0100 Subject: old habits die hard (and C-c n is free anyway) --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 960c238..4a62ac0 100644 --- a/init.org +++ b/init.org @@ -3268,6 +3268,7 @@ * Key bindings #+begin_src emacs-lisp (global-set-key "\C-cj" #'join-line) + (global-set-key "\C-cn" #'next-error) (global-set-key "\C-cq" #'auto-fill-mode) (global-set-key "\C-xr\M-w" #'kill-rectangle-save) (global-set-key "\C-c\C-z" #'comment-or-uncomment-region) -- cgit v1.2.3