山寨Spacemacs Mode Line

theming.el 效果

图片描述

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

mainline.el 效果

图片描述

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

将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.
相关文章
相关标签/搜索