diff --git a/common/_global.el b/common/_global.el index 8fbcf51..4eaad99 100644 --- a/common/_global.el +++ b/common/_global.el @@ -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