diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-13 17:57:26 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-13 17:57:26 -0800 |
commit | 32e0a29df721ea35d411d39ebf20bb7970738a22 (patch) | |
tree | 253398d9467f564d33d1fab9bfb23f0eba568f0b | |
parent | 5838b730e044901fba157e1ab8bd400438321e21 (diff) |
More logical Fn row.
-rw-r--r-- | smart-documents.org | 6 |
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 |