memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit aff98e571b0cd2a98bba05524f1879f6db8e48e4
parent 6cc063bde7a2e73644f3e8a4655c87a8f74d0de5
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 11 Jan 2019 19:38:13 +0100

Add more Emacs itches

Diffstat:
MREADME.md | 2+-
Mpersonal/itches.md | 9+++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6165 words in 11 pages +## still reachable: 6228 words in 11 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md @@ -67,6 +67,9 @@ - match data vs. `:eval` during redisplay: cf. [bug#31586] - make vc honour `.gitignore` so that `project-find-file` completion is not cluttered with ignored files +- in a folder with a .git folder and a .gitignore file, + - `C-x C-f .gi TAB` completes to .gitignore + - `C-x C-f .git TAB` says "not unique" [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586 @@ -351,6 +354,12 @@ Full disclosure :END: ``` +- make org-ctrl-c-ctrl-c call `(org-clock-update-mode-line t)` when + point is on the clocked-in heading + +- new command `org-clock-in-late` to clock out x minutes ago from + previous task, and clock in x ago on task at point + ## Language support - fix builtin/keyword distinction for Bash & Python3