From ea129457a0355381ce64f566f162700abf5d96c0 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sat, 8 Feb 2020 13:15:41 +0000 Subject: +ivy posframe general config For all ivy functions, display at the bottom center. Will be specialised soon. --- doom.d/modules/config.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doom.d/modules/config.org') diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index 3621167..62c758e 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -147,6 +147,12 @@ If RETURN-P, return the message as a string instead of displaying it." - Added my own menu items: - Books - Weather +** Ivy posframe +Set-up config for ivy-posframe, particularly for positions +#+BEGIN_SRC elisp +(after! ivy-posframe + (setq ivy-posframe-display-functions-alist '((t . ivy-posframe-display-at-frame-bottom-window-center)))) +#+END_SRC * Language Config ** C-style languages Emacs doesn't have the full range of styles that I want, so lemme just do it myself. -- cgit v1.2.3-13-gbd6f