diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-01-11 19:38:13 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-01-11 19:38:20 +0100 |
| commit | aff98e571b0cd2a98bba05524f1879f6db8e48e4 (patch) | |
| tree | dcb0315a4edd33d3fd70e211becf011bf822f277 | |
| parent | 6cc063bde7a2e73644f3e8a4655c87a8f74d0de5 (diff) | |
| download | memory-leaks-aff98e571b0cd2a98bba05524f1879f6db8e48e4.tar.xz | |
Add more Emacs itches
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -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 index 5b974c9..def4ceb 100644 --- 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 |
