From d3d202ba305af59059396b7351e6b2b5d0033e3a Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Mon, 4 May 2020 12:42:36 +0200 Subject: [PATCH] Dumb-jump go to other window --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 05d6d90..c238a8f 100644 --- a/.emacs +++ b/.emacs @@ -1585,7 +1585,7 @@ APPEND is whether to add new events to the diary or to reset it" (setq dumb-jump-selector 'ivy) :general (spcleader - "d" 'dumb-jump-go)) + "d" 'dumb-jump-go-other-window)) ;;;; CSV mode