From 0427ce2e0a569baead9ace17fe45c2526b1741a6 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 25 Oct 2021 16:05:10 +0100 Subject: wee tweaks --- org.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'org.org') diff --git a/org.org b/org.org index 21b71e8..09ab951 100644 --- a/org.org +++ b/org.org @@ -272,7 +272,7 @@ #+end_src * Keybindings #+begin_src emacs-lisp - (define-key mode-specific-map [?a] 'org-agenda) + ;; (define-key mode-specific-map [?a] 'org-agenda) (define-key org-mode-map "\C-cv" 'jao-org-copy-link-at-point) (define-key org-mode-map [(control ?c) tab] 'org-force-cycle-archived) (define-key org-mode-map [(f7)] 'org-archive-to-archive-sibling) @@ -283,5 +283,4 @@ (global-set-key "\C-c\C-l" 'org-store-link) ;; (global-set-key "\C-cL" 'org-insert-link-global) (global-set-key "\C-cO" 'org-open-at-point-global) - ;; (global-set-key "\C-ca" 'org-agenda) #+end_src -- cgit v1.2.3