dev: merge branch 'master' of into pr7002
This commit is contained in:
commit
71a7f77a24
2 changed files with 3 additions and 3 deletions
|
@ -487,7 +487,7 @@ If FORCE-P, overwrite the destination file if it exists, without confirmation."
|
||||||
(defun doom/sudo-find-file (file)
|
(defun doom/sudo-find-file (file)
|
||||||
"Open FILE as root."
|
"Open FILE as root."
|
||||||
(interactive "FOpen file as root: ")
|
(interactive "FOpen file as root: ")
|
||||||
(find-file (doom--sudo-file-path file)))
|
(find-file (doom--sudo-file-path (expand-file-name file))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom/sudo-this-file ()
|
(defun doom/sudo-this-file ()
|
||||||
|
|
|
@ -957,7 +957,7 @@ between the two."
|
||||||
(:when (modulep! :completion vertico)
|
(:when (modulep! :completion vertico)
|
||||||
"." #'consult-org-heading
|
"." #'consult-org-heading
|
||||||
"/" #'consult-org-agenda)
|
"/" #'consult-org-agenda)
|
||||||
"A" #'org-archive-subtree
|
"A" #'org-archive-subtree-default
|
||||||
"e" #'org-export-dispatch
|
"e" #'org-export-dispatch
|
||||||
"f" #'org-footnote-action
|
"f" #'org-footnote-action
|
||||||
"h" #'org-toggle-heading
|
"h" #'org-toggle-heading
|
||||||
|
@ -1090,7 +1090,7 @@ between the two."
|
||||||
"n" #'org-narrow-to-subtree
|
"n" #'org-narrow-to-subtree
|
||||||
"r" #'org-refile
|
"r" #'org-refile
|
||||||
"s" #'org-sparse-tree
|
"s" #'org-sparse-tree
|
||||||
"A" #'org-archive-subtree
|
"A" #'org-archive-subtree-default
|
||||||
"N" #'widen
|
"N" #'widen
|
||||||
"S" #'org-sort)
|
"S" #'org-sort)
|
||||||
(:prefix ("p" . "priority")
|
(:prefix ("p" . "priority")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue