[oni-org] Fix keybinding
This commit is contained in:
parent
9ab5e206c5
commit
92173e5ef2
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2023.0325.213834
|
;; Version: 2023.0329.163548
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -796,7 +796,7 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
||||||
(oni-org-todo-main-file . (:maxlevel . 10))
|
(oni-org-todo-main-file . (:maxlevel . 10))
|
||||||
(oni-org-todo-someday-file . (:maxlevel . 1))))
|
(oni-org-todo-someday-file . (:maxlevel . 1))))
|
||||||
|
|
||||||
(define-key org-mode-map (kbd "C-c C-S-w") #'oni-org-refile-to-top 'remove)
|
(define-key org-mode-map (kbd "C-c C-S-w") #'oni-org-refile-to-top)
|
||||||
|
|
||||||
;;; Export
|
;;; Export
|
||||||
(require 'ox-html)
|
(require 'ox-html)
|
||||||
|
|
Loading…
Reference in a new issue