Transient manu for system interaction and make text modification transient global
This commit is contained in:
parent
044360e2b7
commit
97f9e119ad
2 changed files with 20 additions and 3 deletions
|
@ -252,7 +252,7 @@
|
|||
("p" "Paragraph" mark-paragraph)
|
||||
("b" "Buffer" mark-whole-buffer)])
|
||||
|
||||
(define-key org-mode-map (kbd "C-c o SPC") #'mark-menu-transient)
|
||||
(define-key global-map (kbd "C-c o SPC") #'mark-menu-transient)
|
||||
|
||||
;; Section navigation and reordering
|
||||
(defun move-sentence-right (&optional arg)
|
||||
|
@ -322,7 +322,7 @@
|
|||
["Move paragraph..." ("u" "Up" move-paragraph-up)
|
||||
("d" "Down" move-paragraph-down)])
|
||||
|
||||
(define-key org-mode-map (kbd "C-c o r") #'reorder-transient)
|
||||
(define-key global-map (kbd "C-c o r") #'reorder-transient)
|
||||
|
||||
;; Focused rewriting
|
||||
(defun break-out-sentence ()
|
||||
|
@ -350,7 +350,7 @@
|
|||
(break-out-choose-sentence)
|
||||
(break-out-sentence)))
|
||||
|
||||
(define-key org-mode-map (kbd "C-c o b") #'break-out-dwim)
|
||||
(define-key global-map (kbd "C-c o b") #'break-out-dwim)
|
||||
|
||||
;; Powerthesaurus
|
||||
(use-package powerthesaurus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue