Hide process from main buffer list

This commit is contained in:
TEC 2021-07-29 23:33:02 +08:00
parent 8cd77e5c32
commit d8923ec676
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ which will cause all avalible dictionaries to be used.")
(defvar lexic-wait-interval 0.1
"The interval (in seconds) to sleep each time to wait for lexic's output.")
(defconst lexic-process-name "%lexic-mode-process%")
(defconst lexic-process-buffer-name "*lexic-mode-process*")
(defconst lexic-process-name " %lexic-mode-process%")
(defconst lexic-process-buffer-name " *lexic-mode-process*")
(defvar lexic-word-prompts '("Enter word or phrase: ")
"A list of prompts that lexic use to prompt for word.")