Browse Source

Use posframe only in GUI emacs

nixos
Maxime Wack 4 years ago
parent
commit
c82da3494b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .emacs

+ 1
- 1
.emacs View File

@@ -715,7 +715,7 @@
(use-package ivy-posframe
:config
(setq ivy-posframe-display-functions-alist '((t . ivy-posframe-display-at-frame-top-center)))
(ivy-posframe-enable))
(when (display-graphic-p) (ivy-posframe-enable)))

;;;;;; Counsel



Loading…
Cancel
Save