X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=046bcb8c876d2bf021b1dfb69c0a26b25c0a304e;hb=b46c46a41995c3ddc200307e8c9666b9c1ba26a6;hp=2626e492361f3ed7aefff0cc32b13408b8f11675;hpb=ace4716f4d59ff52a56a8188f047f5f3be97ff21;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 2626e49..046bcb8 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -109,11 +109,6 @@ Make a temp directory for all cache/history files #+END_SRC * Package Management Tools -** paradox -#+BEGIN_SRC emacs-lisp :tangle yes :results silent - (use-package paradox - :ensure t) -#+END_SRC ** Use-package Using [[https://github.com/jwiegley/use-package][use-package]] to manage emacs packages @@ -135,6 +130,12 @@ Check out [[http://tapoueh.org/emacs/el-get.html][el-get]]. (add-to-list 'load-path "~/.emacs.d/el-get")) #+END_SRC +** paradox +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (use-package paradox + :ensure t) +#+END_SRC + * Color and Fonts Settings ** highlight current line @@ -2523,8 +2524,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 +2570,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))