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 | |
| parent | 3eb8615178aa4d0e302dd4543e231625b62a8610 (diff) | |
formatting
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 26 | ||||
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 5 |
2 files changed, 16 insertions, 15 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index e68c773..e47334e 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -183,21 +183,21 @@ (require 'org-protocol) (setq org-capture-templates '(("i" "Important Stuff" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Inbox" "Important Stuff") - "* TODO %?") - ("e" "Extra/Coding" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Inbox" "Extra/Coding") - "* TODO %?") - ("j" "Journal" entry (file+datetree "~/Notes/denote/20240328T215351--journal__journal_self.org") - "* %U %^{Title}\n %?") - ("a" "Appointments" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Appointments" "General") - "* MEET %^{Appointment}\nSCHEDULED: %^t\n%?") - ("p" "Protocol" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Quotes") - "* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?") - ("L" "Protocol Link" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Watch/Read List") - "* [[%:link][%:description]] \nCaptured On: %U \n%?") - ("b" "Blog Article" entry (file+olp "~/Code/bardmandev/content/_index.org" "Latest updates")))) + "* TODO %?") + ("e" "Extra/Coding" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Inbox" "Extra/Coding") + "* TODO %?") + ("j" "Journal" entry (file+datetree "~/Notes/denote/20240328T215351--journal__journal_self.org") + "* %U %^{Title}\n %?") + ("a" "Appointments" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Appointments" "General") + "* MEET %^{Appointment}\nSCHEDULED: %^t\n%?") + ("p" "Protocol" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Quotes") + "* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?") + ("L" "Protocol Link" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Watch/Read List") + "* [[%:link][%:description]] \nCaptured On: %U \n%?") + ("b" "Blog Article" entry (file+olp "~/Code/bardmandev/content/_index.org" "Latest updates")))) ;;; Managing media - ;; inspired by https://zzamboni.org/post/how-to-insert-screenshots-in-org-documents-on-macos/ +;; inspired by https://zzamboni.org/post/how-to-insert-screenshots-in-org-documents-on-macos/ (use-package org-download :after org 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 |
