This commit is contained in:
2023-05-22 17:54:09 +09:00
parent 4559ae4e39
commit fbfb37e3a9
2 changed files with 4 additions and 1 deletions

View File

@ -48,3 +48,6 @@
;; Chatgpt setup
(setq custom-chatgpt-my-key "my-key")
;; vertico posframe enable
(setq custom-vertico-posframe nil)

View File

@ -14,7 +14,7 @@
(when (display-graphic-p)
(use-package vertico-posframe
:disabled
:when custom-vertico-posframe
:after vertico
:hook (vertico-mode . vertico-posframe-mode)
:config