From: Peng Li Date: Wed, 27 Jul 2016 14:19:52 +0000 (+0800) Subject: emacs - expand hydra X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=2ccd504900eb55eb7aa156a9e82d1001c18800ad;hp=ace4716f4d59ff52a56a8188f047f5f3be97ff21;p=dotfiles.git emacs - expand hydra --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 2626e49..49973a2 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -2523,8 +2523,9 @@ stolen from [[https://github.com/mariolong/emacs.d/blob/f6a061594ef1b5d1f4750e9d (back-to-indentation) (set-mark (line-end-position))) - (defhydra sd/expand-selected (:color pink :columns nil - :post (deactivate-mark)) + (defhydra sd/expand-selected (:color red :columns nil + ;; :post (deactivate-mark) + ) "Selected" ;; select ;; ("e" er/expand-region "+") @@ -2568,7 +2569,7 @@ stolen from [[https://github.com/mariolong/emacs.d/blob/f6a061594ef1b5d1f4750e9d ("d" kill-region "delete" :exit t) ("y" kill-ring-save "yank" :exit t) - ("M-SPC" nil "quit" :exit t) + ;; ("M-SPC" nil "quit" :exit t) ("C-SPC" nil "quit" :exit t) ("q" nil "quit" :exit t))