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 | fb63049587e6546308404196ad76efc94fc3676f (patch) | |
| tree | dadf63e29dc9a3b91c60972a66cd22064a4a04f6 | |
| parent | 52a33f8e7cbfe3e885c56ceac0c0a510482b6912 (diff) | |
| download | dotemacs-fb63049587e6546308404196ad76efc94fc3676f.tar.gz dotemacs-fb63049587e6546308404196ad76efc94fc3676f.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 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 () |
