mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
lang/org: major refactor & add org-fancy-priorities package
- Fixes an issue where evil bindings weren't working in org-mode - Significantly slims down on unnecessary keybinds - Remove +org-init-keybinds-for-evil-h hook and reli more on our new evil-org fork, which has upstreamed some of our changes. - Documents undocumented functions, remove unnused ones, and reorganize org's autoload libraries by convention. - Adds org-fancy-priorities for more elegant (and subtle) priority display than ugly [#A] tags.
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
(defvar org-capture-initial)
|
||||
|
||||
|
||||
;;
|
||||
;; External frame
|
||||
;;; External frame
|
||||
|
||||
;;;###autoload
|
||||
(defvar +org-capture-frame-parameters
|
||||
@@ -73,7 +74,7 @@ you're done. This can be called from an external shell script."
|
||||
|
||||
|
||||
;;
|
||||
;; Capture targets
|
||||
;;; Capture targets
|
||||
|
||||
(defun +org--capture-root (path)
|
||||
(let ((filename (file-name-nondirectory path)))
|
||||
|
Reference in New Issue
Block a user