From 2752daf81983b4f43972310f2aabeb97c028b89b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 9 Sep 2016 21:38:33 +0800 Subject: [PATCH] emacs - set cursor color --- emacs.d/config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index d0e298e..47f047c 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -153,6 +153,7 @@ Check out [[http://tapoueh.org/emacs/el-get.html][el-get]]. ;; don't want high light current line in eshell/term mode (add-hook 'prog-mode-hook 'hl-line-mode) (add-hook 'text-mode-hook 'hl-line-mode) + (add-hook 'dired-mode-hook 'hl-line-mode) #+END_SRC ** Smart Comments @@ -336,6 +337,11 @@ Enable rainbow mode in emacs lisp mode #+END_SRC +** cusor color +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (set-cursor-color 'red) +#+END_SRC + * Mode-line ** clean mode line clean mode line, Refer to [[https://www.masteringemacs.org/article/hiding-replacing-modeline-strings][Marstering Emacs]], some greek character see [[http://xahlee.info/math/math_unicode_greek.html][math_unicode_greek]] -- 2.11.0