Make the server log interactions with clients

This commit is contained in:
Daniel Borchmann 2020-09-02 11:17:38 +02:00
parent b51c311210
commit 1708ed3ec4
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -551,7 +551,8 @@
#'db/add-symbols-to-TeX-input-method))
(use-package server
:commands (server-running-p server-start))
:commands (server-running-p server-start)
:init (setq server-log t))
(use-package bookmark
:init (setq bookmark-default-file (expand-file-name "private/bookmarks"