X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=47f047ca4149a2634a68ebb0547497321f1bfc2c;hb=2752daf81983b4f43972310f2aabeb97c028b89b;hp=d0e298e494fb83b70ede42bb300802a56c6dc228;hpb=69448f079379d8883c219136ca9b8e22d93635bd;p=dotfiles.git 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]]