Make the server log interactions with clients

This commit is contained in:
Daniel - 2020-09-02 11:17:38 +02:00
parent b51c311210
commit 1708ed3ec4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

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"