aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doom.d/modules/config.org6
1 files changed, 6 insertions, 0 deletions
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.