mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
recenter during org-process
This commit is contained in:
parent
c3aef50f74
commit
1338d4b344
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@
|
|||
(setf (alist-get category db)
|
||||
(point-marker))
|
||||
nil)
|
||||
(recenter)
|
||||
(let* ((category-name (ivy-completing-read "Category? " (sort (mapcar #'car db) #'ivy-string<)))
|
||||
(category (intern category-name))
|
||||
(entry (assoc category db)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue