summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-helm.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:50:55 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2020-02-10 12:50:55 (GMT)
commit80d240f0036b0ed4a041f9c65bbe1e23cf344c11 (patch)
treea3b31a62ebbf1d779c9301e9430055ca3d04889e /lisp/ravi-init-helm.el
parent41d2d77d5ddc73e6a9b98047d0a262232b876a76 (diff)
downloaddotemacs-80d240f0036b0ed4a041f9c65bbe1e23cf344c11.zip
dotemacs-80d240f0036b0ed4a041f9c65bbe1e23cf344c11.tar.gz
dotemacs-80d240f0036b0ed4a041f9c65bbe1e23cf344c11.tar.bz2
Switch to posframe and pretty-hydra
Diffstat (limited to 'lisp/ravi-init-helm.el')
-rw-r--r--lisp/ravi-init-helm.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el
index b4097d3..9ea83db 100644
--- a/lisp/ravi-init-helm.el
+++ b/lisp/ravi-init-helm.el
@@ -53,6 +53,14 @@
(bind-key "<tab>" 'helm-execute-persistent-action helm-map)
(bind-key "H-<tab>" 'helm-select-action helm-map)
+ (use-package helm-posframe
+ :config
+ (helm-posframe-enable)
+ (setq helm-posframe-parameters '((left-fringe . 10)
+ (right-fringe . 10)
+ (width . 1.0)))
+ (setq helm-posframe-poshandler #'posframe-poshandler-frame-bottom-center))
+
(use-package helm-proc
:commands helm-proc
:init