protesilaos / denote

Simple notes for Emacs with an efficient file-naming scheme
https://protesilaos.com/emacs/denote
GNU General Public License v3.0
533 stars 55 forks source link

denote-dired-mode ineffective with doom-emacs #446

Closed LukasCBossert closed 1 month ago

LukasCBossert commented 1 month ago

I noticed in my Doom-Emacs that regardless of the theme I have no special highlighting of the filename-structure in dired. Loading with emacs -Q etc. I see the filenames colored properly.

Anyone can reproduce this?

protesilaos commented 1 month ago

From: "Lukas C. Bossert" @.***> Date: Sat, 21 Sep 2024 02:41:57 -0700

I noticed in my Doom-Emacs that regardless of the theme I have no special highlighting of the filename-structure in dired. Loading with emacs -Q etc. I see the filenames colored properly.

Anyone can reproduce this?

I guess Doom uses diredfl-mode. We cannot do anything about it because of how it is implemented. Try to disable it and see how it goes.

-- Protesilaos Stavrou https://protesilaos.com

LukasCBossert commented 1 month ago

yes, that works. I will build a workaround to disable diredfl first. Thanks for pointing to diredfl.

LukasCBossert commented 1 month ago

For the sake of completenes in case someone finds this issue having the same problem.

In my packages.el I have added

(package! diredfl
  :disable t)