diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-29 18:23:18 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-29 18:23:18 -0400 |
| commit | 007d8673edea0bb6a1dfe5060174ca1681675d38 (patch) | |
| tree | 68c94687e0402358c9cc98905f0c454431b33df1 | |
| parent | b46e1f02d9d5124aaccc927f4391c850626438df (diff) | |
| download | dotemacs-007d8673edea0bb6a1dfe5060174ca1681675d38.tar.gz dotemacs-007d8673edea0bb6a1dfe5060174ca1681675d38.zip | |
docs(dirvish): correct stale quick-capture binding to Super+N
| -rw-r--r-- | modules/dirvish-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index b82cdd0d..713a5e69 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -447,7 +447,7 @@ Uses feh on X11, the `set-wallpaper' script on Wayland." ;; at home. `q' in that frame runs `cj/dirvish-popup-quit', which quits Dirvish ;; and deletes the popup frame so a stray launch never orphans it; `q' in any ;; other frame quits Dirvish normally. The launcher script calls this command -;; instead of plain `dirvish'. This mirrors the Super+Shift+N quick-capture +;; instead of plain `dirvish'. This mirrors the Super+N quick-capture ;; popup (see `cj/quick-capture' in org-capture-config.el). (defun cj/--dirvish-popup-frame () |
