From Nicolas De Jaeghere to ~protesilaos/lin
Archive and Tar make good candidates for inclusion in the default hooks. Right after sending "Add archive to lin-mode-hooks", I noticed tar-files are handled by tar-mode. I've not yet figured out how to update a patch, I apologize for the noise. --- lin.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lin.el b/lin.el index 4a00ff8..f403799 100644 --- a/lin.el +++ b/lin.el [message trimmed]
From Nicolas De Jaeghere to ~protesilaos/lin
Archive (arc-mode) makes a good candidate for inclusion in the default hooks. --- lin.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lin.el b/lin.el index 4a00ff8..72d8d21 100644 --- a/lin.el +++ b/lin.el @@ -73,7 +73,8 @@ :link '(info-link "(lin) Top")) [message trimmed]
From Nicolas De Jaeghere to ~protesilaos/modus-themes
[ I ended up here after being mentioned in <https://github.com/tarsius/moody/issues/27#issuecomment-1509985894>. ] Chinmay, when you say ribbon, did you intend to say tab? Moody provides both tabs and ribbons. I only see a tab in your screenshot. When you say the "ribbon" doesn't look fine, are you talking about the line above the "ribbon"? If yes, can you try my suggestion in <https://github.com/tarsius/moody/issues/27#issuecomment-1510390189>? If no, can you describe to us what doesn't look fine? Maybe share a screenshot where it does look fine? Protesilaos, I think the issue is the :box attribute on the mode-line and mode-line-inactive faces. This used to be a customization. I think Moody should be removed from the list of supported packages.
From Nicolas De Jaeghere to ~protesilaos/modus-themes
Protesilaos I'm less a fan. When I look at blame information, it's to understand why a change was made. Summary is a good first hint. Name and date might be relevant after I had a look at the diff but those are also shown on the diff and since I'm looking at the diff... Put differently, I'm unconvinced of wanting to draw attention to anything but the summary. This is all personal and not a hill I'm willing to die on. I hope this helps somewhat. -- Nicolas De Jaeghere
From Nicolas De Jaeghere to ~protesilaos/lin
Grep and Proced make good candidates for inclusion in the default hooks. --- lin.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lin.el b/lin.el index 9ec7d06..05da299 100644 --- a/lin.el +++ b/lin.el @@ -77,6 +77,7 @@ dired-mode-hook elfeed-search-mode-hook git-rebase-mode-hook [message trimmed]
From Nicolas De Jaeghere to ~protesilaos/lin
Pondering on why the global mode is autoloaded but the local one not, derailed into an investigation on the autoload cutoff marker. I can't be discovered a fraud! Anyway, the local mode should also be autoloaded. --- lin.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lin.el b/lin.el index 9ec7d06..b9918ae 100644 --- a/lin.el +++ b/lin.el @@ -294,6 +294,7 @@ updates the face. Users who prefer to use `setq' must run (t [message trimmed]