aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el1
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el7
2 files changed, 8 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index 4253478..d8b90e0 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -22,6 +22,7 @@
;; mainly for denote, org throws away a link that i might reuse later
(setq org-link-keep-stored-after-insertion nil)
+(define-key org-mode-map (kbd "C-c l") #'org-store-link)
;; Making org mode look nice
(setq org-startup-indented t
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)