diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-15 23:04:38 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-15 23:04:38 -0800 |
commit | 2b36fb13b128321daad7ff1bcfa9fb4809ef39c5 (patch) | |
tree | 3c4100acf371443c42d9f03e25e1f4a6266f1686 | |
parent | 400c1a4a740ef4b137386624a3e0d8aac39ce5e3 (diff) |
New frame creation + org-agenda binding.
-rw-r--r-- | smart-documents.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smart-documents.org b/smart-documents.org index 1b09768..1ff8a6a 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -395,7 +395,7 @@ pressed. *** Open the agenda #+BEGIN_SRC emacs-lisp :tangle yes - (global-set-key [f6] 'org-agenda-list) + (global-set-key [f5] 'org-agenda-list) #+END_SRC *** Open the diary @@ -562,7 +562,7 @@ documents. **** Document -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp :tangle yes (global-set-key (kbd "C-p") 'sd-quick-export) #+END_SRC |