山寨Spacemacs Mode Line

theming.el 效果

theming.el => https://github.com/ashutoshrishi/emacs-personal/blob/master/personal/t...

mainline.el 效果

mainline.el => https://github.com/emacsfodder/emacs-mainline

将Mode变成圆圈字母

M-x package-install RET
diminish RET
init-diminish.el

(require 'diminish)

(when (require 'diminish nil 'noerror)
  (eval-after-load "company"
        '(diminish 'company-mode "Ⓒ"))
  (eval-after-load "yasnippet"
    '(diminish 'yas-minor-mode "Ⓨ")))

(provide 'init-diminish)
;;; init-diminish.el end here.

你可能感兴趣的:(emacs)