From: Peng Li Date: Tue, 14 Jun 2016 13:51:03 +0000 (+0800) Subject: emacs - add change ideo-exit-target X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=bbf01ae16dfeb70319c76f070f3a80ea5dfbfadc;p=dotfiles.git emacs - add change ideo-exit-target --- 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 -- +