Make helm always appear in the window that the cursor is in (instead of below)
This commit is contained in:
parent
166aefa960
commit
342e6ead6b
@ -1243,6 +1243,7 @@ marking if it still had that."
|
||||
(setq helm-ag--extra-options option)))))
|
||||
:config
|
||||
(progn
|
||||
(setq helm-split-window-default-side 'same)
|
||||
(defun helm-source-org-capture-templates ()
|
||||
(helm-build-sync-source "Org Capture Templates:"
|
||||
:candidates (cl-loop for template in org-capture-templates
|
||||
|
Loading…
Reference in New Issue
Block a user