~ruther/emacs.d

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

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

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

Cannot type ? ...
feat: Make normal mode initial in comint mode
feat: Add dired-git-info
chore: Do not put Async Shell Command to popper
feat: Add projection for compile-multi
feat: Add sharper for executing dotnet command
feat: Add shell-command-x and other packages I tried (commented)
fix: Properly find namespace in root directory with csproj
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