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