~ruther/emacs.d

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

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

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

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