diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index f8677a9..0727f05 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -1,3 +1,8 @@ +;;; Sentence size +(setq sentence-end-double-space nil) +(define-key org-mode-map (kbd "C-M-a") #'backward-paragraph) +(define-key org-mode-map (kbd "C-M-e") #'forward-paragraph) + ;;; Keyboard things (setq default-input-method "cyrillic-yawerty") (setq default-transient-input-method "cyrillic-yawerty") @@ -113,4 +118,6 @@ (add-hook 'logos-page-motion-hook #'bard/logos--recenter-top)) +(use-package pdf-tools) + (provide 'bard-emacs-writing) |
