summaryrefslogtreecommitdiff
path: root/smart-documents.org
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-12-13 17:57:26 -0800
committerBlendoit <blendoit@gmail.com>2020-12-13 17:57:26 -0800
commit32e0a29df721ea35d411d39ebf20bb7970738a22 (patch)
tree253398d9467f564d33d1fab9bfb23f0eba568f0b /smart-documents.org
parent5838b730e044901fba157e1ab8bd400438321e21 (diff)
More logical Fn row.
Diffstat (limited to 'smart-documents.org')
-rw-r--r--smart-documents.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/smart-documents.org b/smart-documents.org
index 988e5d3..01e15ef 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -395,13 +395,13 @@ pressed.
*** Open the agenda
#+BEGIN_SRC emacs-lisp :tangle yes
- (global-set-key [f5] 'org-agenda-list)
+ (global-set-key [f6] 'org-agenda-list)
#+END_SRC
*** Open the diary
#+BEGIN_SRC emacs-lisp :tangle yes
-(global-set-key [f6]
+(global-set-key [f9]
'(lambda ()
"Load `org-agenda-diary-file'."
(interactive)
@@ -448,7 +448,7 @@ The following bindings lead to more natural window & frame exit behaviors.
*** Make new frame
#+BEGIN_SRC emacs-lisp :tangle yes
- (global-set-key (kbd "C-n") 'make-frame)
+ (global-set-key [f5] 'make-frame)
#+END_SRC
*** Make only frame
Copyright 2019--2024 Marius PETER