diff options
| author | BardofSprites <[email protected]> | 2024-06-23 19:47:42 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-06-23 19:47:42 -0400 |
| commit | f3e954896ff1644060dc1926c014fc4331d4630b (patch) | |
| tree | 0416d326254423571254bae930ee73558ac88f96 /bard-emacs-modules/bard-emacs-writing.el | |
| parent | 3eb8615178aa4d0e302dd4543e231625b62a8610 (diff) | |
formatting
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 9e5d0f3..124266b 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -181,8 +181,9 @@ ((logos-page-motion . bard/logos--recenter-top)) :bind (("M-]" . logos-forward-page-dwim) - ("M-[" . logos-backward-page-dwim) - ("<f9>" . logos-focus-mode))) + ("M-[" . logos-backward-page-dwim) + ("<f9>" . logos-focus-mode) + ("C-x n n" . logos-narrow-dwim))) (use-package pdf-tools :ensure t |
