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 | 2bffef03bdbe1917b7ea163ac5b1281c50acdbb5 (patch) | |
| tree | 085d05aa95915701e4bb02531d603aa557394e2e /modules | |
| parent | c9a1c95ea74941b09d9accc3b2fc504dbf6d42ec (diff) | |
| download | dotemacs-2bffef03bdbe1917b7ea163ac5b1281c50acdbb5.tar.gz dotemacs-2bffef03bdbe1917b7ea163ac5b1281c50acdbb5.zip | |
docs(dirvish): correct stale quick-capture binding to Super+N
Diffstat (limited to 'modules')
| -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 b82cdd0d7..713a5e69b 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 () |
