Compare commits
7 Commits
24a3c71c13
...
9b3578c821
Author | SHA1 | Date |
---|---|---|
coolneng | 9b3578c821 | |
coolneng | 5efe2a18e7 | |
coolneng | 82ef744f1b | |
coolneng | abfd4b71f8 | |
coolneng | 64e33fd3c1 | |
coolneng | c62ad66a4a | |
coolneng | 148afa2091 |
4
+org.el
4
+org.el
|
@ -183,7 +183,7 @@
|
|||
(use-package! org-capture-ref)
|
||||
;; HACK Fix search folded sections
|
||||
(after! org-fold-core
|
||||
(defun org-show-current-heading-tidily ()
|
||||
(defun org-show-current-heading-tidily ()
|
||||
(interactive) ;Inteactive
|
||||
"Show next entry, keeping other entries closed."
|
||||
(if (save-excursion (end-of-line) (outline-invisible-p))
|
||||
|
@ -199,7 +199,7 @@
|
|||
(org-show-entry)
|
||||
(show-children)
|
||||
(goto-line my:current_line)))
|
||||
(defun qw/search-buffer ()
|
||||
(defun qw/search-buffer ()
|
||||
(interactive)
|
||||
(org-fold-show-all)
|
||||
(+default/search-buffer)
|
||||
|
|
Loading…
Reference in New Issue