summaryrefslogtreecommitdiff
path: root/itches/emacs/bulk.md
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/bulk.md')
-rw-r--r--itches/emacs/bulk.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md
index 01a34b4..1214290 100644
--- a/itches/emacs/bulk.md
+++ b/itches/emacs/bulk.md
@@ -13,7 +13,8 @@
- eww, gnus-article: adapt filling to window width changes
- scroll-lock-mode
- cursor stuck on lines wrapped by visual-line-mode
- - cursor stuck on lines with lines taller than regular height
+ - cursor stuck on lines with lines taller than regular height (see
+ maybe bug#36421?)
- scroll when going down newline with forward-…
- matching-paren analysis fails: `;; (here is\n;; a comment)`
- some modes redefine C-M-h, which makes this binding hard to
@@ -100,12 +101,17 @@
- dissociate sub- and super-script fontification from everything else
in org-toggle-pretty-entities
-- make org-ctrl-c-ctrl-c call `(org-clock-update-mode-line t)` when
- point is on the clocked-in heading
+- make org-ctrl-c-ctrl-c or org-clock-in 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
+- the org-hide face is computed when org-mode is activated;
+ customizing the default background makes it obsolete until the mode
+ is reverted
+
## read-passwd
- prevent kills from ending up in the clipboard