add org-habit to diminish
This commit is contained in:
parent
3c1fdc0a2c
commit
f56c4809cd
|
@ -59,7 +59,7 @@
|
|||
(dired-rainbow-define xml "#f2d024"
|
||||
("xml" "xsd" "xsl" "xslt" "wsdl" "bib" "json" "msg"
|
||||
"pgn" "rss" "yaml" "yml" "rdata" "sln" "csproj"
|
||||
"meta" "unity" "tres" "tscn" "import" "godot"))
|
||||
e "meta" "unity" "tres" "tscn" "import" "godot"))
|
||||
(dired-rainbow-define document "#9561e2"
|
||||
("docm" "doc" "docx" "odb" "odt" "pdb" "pdf" "ps"
|
||||
"rtf" "djvu" "epub" "odp" "ppt" "pptx" "xls" "xlsx"
|
||||
|
@ -174,8 +174,13 @@
|
|||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; diminish config
|
||||
; https://melpa.org/#/manage-minor-mode
|
||||
; M-x: manage-minor-mode
|
||||
;
|
||||
; M-x: describe-mode
|
||||
(require 'diminish)
|
||||
(diminish 'rainbow-mode) ; Hide lighter from mode-line
|
||||
(diminish 'org-habit) ; im well aware i have org-habit enabled globally. thanks
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Setup global keys
|
||||
|
|
Reference in a new issue