split long line to avoid scrollbar on the webpage
This commit is contained in:
parent
2580689df8
commit
599ed78759
3
init.el
3
init.el
@ -162,7 +162,8 @@
|
|||||||
|
|
||||||
(use-package ivy-posframe
|
(use-package ivy-posframe
|
||||||
:init
|
:init
|
||||||
(setq ivy-posframe-display-functions-alist '((t . ivy-posframe-display-at-frame-center)))
|
(setq ivy-posframe-display-functions-alist
|
||||||
|
'((t . ivy-posframe-display-at-frame-center)))
|
||||||
:config
|
:config
|
||||||
(ivy-posframe-mode 1))
|
(ivy-posframe-mode 1))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user