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.

venmos
462 声望15 粉丝

Maccon, Emacscon, Lolicon, ACG. False geek, Looks like a quiet guy. Love open source, Loves photography and outdoor sports. Favorite programming language is Ruby and Lisp.


引用和评论

0 条评论