summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-12-15 23:04:38 -0800
committerBlendoit <blendoit@gmail.com>2020-12-15 23:04:38 -0800
commit2b36fb13b128321daad7ff1bcfa9fb4809ef39c5 (patch)
tree3c4100acf371443c42d9f03e25e1f4a6266f1686
parent400c1a4a740ef4b137386624a3e0d8aac39ce5e3 (diff)
New frame creation + org-agenda binding.
-rw-r--r--smart-documents.org4
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
Copyright 2019--2024 Marius PETER