From bbf01ae16dfeb70319c76f070f3a80ea5dfbfadc Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 14 Jun 2016 21:51:03 +0800 Subject: [PATCH] emacs - add change ideo-exit-target --- emacs.d_2/config.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emacs.d_2/config.org b/emacs.d_2/config.org index e1c9f8c..8084ba7 100644 --- a/emacs.d_2/config.org +++ b/emacs.d_2/config.org @@ -531,7 +531,8 @@ Use [[https://github.com/DarwinAwardWinner/ido-ubiquitous][ido-ubiquitous]] for (use-package ido-exit-target :ensure t :init - (define-key ido-common-completion-map (kbd "C-j") #'ido-exit-target-other-window)) + (define-key ido-common-completion-map (kbd "C-j") #'ido-exit-target-split-window-right) + (define-key ido-common-completion-map (kbd "C-l") #'ido-exit-target-split-window-below)) #+END_SRC @@ -1001,6 +1002,8 @@ Play Go in Emacs, gnugo xpm refert [[https://github.com/okanotor/dotemacs/blob/f :diminish color-identifiers-mode) + (global-prettify-symbols-mode t) + #+END_SRC **** Lispy Mode @@ -1189,4 +1192,4 @@ company mode * Todo - change M-o to trigger to delete other windows and restore previous config -- + -- 2.11.0