+ivy posframe general config

For all ivy functions, display at the bottom center. Will be specialised soon.
This commit is contained in:
AChavali
2020-02-08 13:15:41 +00:00
parent c347c9cc27
commit ea129457a0

View File

@@ -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.