Compare commits
2 Commits
2b0ca519c6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 48feb223f1 | |||
| 9dfd55ada4 |
@@ -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
|
||||
@@ -1124,7 +1125,7 @@ any directory proffered by `consult-dir'."
|
||||
`(rxt-elisp-to-pcre (rx ,@rx-sexp))))
|
||||
|
||||
(use-package eshell-p10k
|
||||
:ensure (:host github :repo "elken/eshell-p10k")
|
||||
:ensure (:host github :repo "elken/eshell-p10k" :ref "fce701187de408e7b23884169ea597a49a2d3205")
|
||||
:config
|
||||
(eshell-p10k-def-segment time
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user