Move org-agenda-mode-map to separate use-package statement
This commit is contained in:
@@ -733,8 +733,6 @@ EMACS-ALTERNATIVE is the Emacs equivalent (e.g., 'C-s')."
|
||||
("C-j" . nil)
|
||||
("C-a" . mwim-beginning)
|
||||
("C-e" . mwim-end)
|
||||
:map org-agenda-mode-map
|
||||
("C-x C-s" . org-save-all-org-buffers)
|
||||
:map org-src-mode-map
|
||||
("C-c C-c" . org-edit-src-exit))
|
||||
:hook ((org-mode . visual-line-mode))
|
||||
@@ -760,6 +758,9 @@ EMACS-ALTERNATIVE is the Emacs equivalent (e.g., 'C-s')."
|
||||
|
||||
(add-hook 'org-after-todo-state-change-hook #'org-save-all-org-buffers))
|
||||
|
||||
(use-package org-agenda
|
||||
:bind (:map org-agenda-mode-map
|
||||
("C-x C-s" . org-save-all-org-buffers)))
|
||||
|
||||
(use-package org-bullets
|
||||
:ensure t
|
||||
|
||||
Reference in New Issue
Block a user