mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Add ivy-posframe
This commit is contained in:
parent
bfd9f4f88e
commit
aa1d44cdf3
4
init.org
4
init.org
@ -195,6 +195,7 @@
|
|||||||
focus ; Dim color of text in surrounding sections
|
focus ; Dim color of text in surrounding sections
|
||||||
golden-ratio ; Automatic resizing windows to golden ratio
|
golden-ratio ; Automatic resizing windows to golden ratio
|
||||||
haskell-mode ; A Haskell editing mode
|
haskell-mode ; A Haskell editing mode
|
||||||
|
ivy-posframe ; Using posframe to show Ivy
|
||||||
jedi ; Python auto-completion for Emacs
|
jedi ; Python auto-completion for Emacs
|
||||||
js2-mode ; Improved JavaScript editing mode
|
js2-mode ; Improved JavaScript editing mode
|
||||||
lsp-mode ; LSP mode
|
lsp-mode ; LSP mode
|
||||||
@ -482,8 +483,11 @@
|
|||||||
ivy-use-virtual-buffers t ; C-x b displays recents and bookmarks
|
ivy-use-virtual-buffers t ; C-x b displays recents and bookmarks
|
||||||
ivy-count-format "(%d/%d) " ; Display both the index and the count
|
ivy-count-format "(%d/%d) " ; Display both the index and the count
|
||||||
ivy-on-del-error-function 'ignore ; Lets me hold in backspace
|
ivy-on-del-error-function 'ignore ; Lets me hold in backspace
|
||||||
|
ivy-posframe-min-width 100 ; Keep ivy reasonably narrow
|
||||||
|
ivy-posframe-height ivy-height ; Maintain the height given by ivy
|
||||||
ivy-virtual-abbreviate 'abbreviate) ; Disambiguate same file in different dirs
|
ivy-virtual-abbreviate 'abbreviate) ; Disambiguate same file in different dirs
|
||||||
(ivy-mode 1)
|
(ivy-mode 1)
|
||||||
|
(ivy-posframe-mode 1)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** PDF Tools
|
** PDF Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user