~ruther/emacs.d

1a7c7d33 — Rutherther a month ago
feat: no more relative line numbers, long live absolute numbers
c265527c — Rutherther a month ago
feat: add git-link

Also support ditigal.xyz sourcehut hosting
25481f78 — Rutherther a month ago
feat: ignore some messages from ghdl syntax reports
f02633c9 — Rutherther a month ago
feat: add ediff copy both to C
81bda35a — Rutherther a month ago
feat: split ediff horizontally
dc8d4e9e — Rutherther a month ago
chore: update theme
e582db38 — Rutherther a month ago
feat: configure org agenda basics

From Prot's video mostly.
6fad8fca — Rutherther a month ago
fix: use plain ediff window setup
7241b0a5 — Rutherther a month ago
feat: use lexical binding in init.el
418e72e1 — Rutherther a month ago
feat: add flymake ghdl backend
dd541ed6 — Rutherther a month ago
fix: show also warnings, fix two outstanding warnings
7b868867 — Rutherther 3 months ago
feat: rebind minibuffer-completion-help

Cannot type ? ...
f511672e — Rutherther 3 months ago
feat: Make normal mode initial in comint mode
f2514fc1 — Rutherther 3 months ago
feat: Add dired-git-info
f3f653aa — Rutherther 3 months ago
chore: Do not put Async Shell Command to popper
d1c7a7d5 — Rutherther 3 months ago
feat: Add projection for compile-multi
163004a0 — Rutherther 3 months ago
feat: Add sharper for executing dotnet command
9ede8080 — Rutherther 3 months ago
feat: Add shell-command-x and other packages I tried (commented)
d8ed3c99 — Rutherther 3 months ago
fix: Properly find namespace in root directory with csproj
520ed2eb — Rutherther 3 months ago
fix: Properly find .NET namespace for a file

Looks up the csproj file, assumes project name is same as base of
csproj file. Then looks at the subdirectory of the project and sets
namespace by concatenating the name of the project with the subdirectory.
Next