summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-15Turn "technical" into a first-level folder; add a nitKévin Le Gouguec
2018-05-15Rename index.mdKévin Le Gouguec
As long as this remains a bunch of plaintext notes, the name "README" is more informative than "index".
2018-04-07Rephrase introKévin Le Gouguec
2018-04-06Add writing tipsKévin Le Gouguec
2018-04-05Add situation where FORM FEED could be usedKévin Le Gouguec
2018-04-04Rephrase itch on Emacs ellipsesKévin Le Gouguec
It's not only about outline-mode: AFAIK, this would also affect all libraries that use "invisible" text properties, e.g. markdown-mode and hs-minor-mode.
2018-04-03Check URLs before pushingKévin Le Gouguec
Will probably come back to bite me when some URL will *literally* contain "TODO".
2018-04-03Fix *another* dead linkKévin Le Gouguec
OK screw this I'm adding a pre-push hook.
2018-04-03Fix another dead linkKévin Le Gouguec
🤦 Thought of linking to line 66, but that will probably get invalid soon. And I am not quite ready to invent a post-commit hook that automatically updates links to line numbers yet (although that would be sweet).
2018-04-03Fix dead linkKévin Le Gouguec
TODO: script a linter to check this crap.
2018-04-03Explain the dead linksKévin Le Gouguec
Why am I explaining this, nothing has left my laptop yet…
2018-04-03Add more info on whitespace-mode and wrap prefixKévin Le Gouguec
The problem does not come from adaptive-wrap per se. For some reason whitespace-mode does not act on spaces in display properties (which csv-mode uses) but it does act on spaces from line-prefix and wrap-prefix. Interestingly, whitespace-mode only replaces the characters in *-prefix; it does not set their face, which remains 'default.
2018-03-31Add notes on linux.conf.au 2017Kévin Le Gouguec
2018-03-31Add list of "projects"Kévin Le Gouguec
Mostly stuff that irks me with the tools I use.
2018-03-31Rename functionKévin Le Gouguec
"(Un)tracked" rolls better off the tongue than "(un)committed". IMO. I considered keeping track of "possibly lost pages" (i.e. uncommitted files), but it's probably not an interesting metric since it will vary from one computer to another. The whole thing is not rigorous anyway, since tracked files might contain uncommitted modifications. Ah well. I still think it's a somewhat cute analogy.
2018-03-18Fix word-counting scriptKévin Le Gouguec
Magit uses --literal-pathspecs when committing, so ls-files failed to expand '*.md' in the word-counting script. For a wild ride, I recommend going through Git's get_global_magic() function in pathspec.c, which juggles with… - GIT_FOO_PATHSPECS environment variables; - --foo-pathspecs CLI arguments; - ":(foo)" magic suffixes; … where foo can be "literal", "glob", "noglob", or "icase".
2018-03-13Touch up intro and tweak word counting scriptKévin Le Gouguec
(It's *critical* that I get the imaginary file hierarchy right before I actually commit those notes, you see) Make sure update-count.sh only looks at committed files; there's going to be a lot of untracked files in there. Maybe I could add a "possibly lost" count for those?
2018-03-08Barf more introKévin Le Gouguec
2018-03-06Add title page and word-count scriptKévin Le Gouguec