Emacs: Make treemacs less chatty.

This commit is contained in:
tastytea 2019-11-09 21:57:10 +01:00
parent 148eb7403a
commit 44e21c2e58

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*- ;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-11-09T18:28:33+00:00> ;; Time-stamp: <2019-11-09T20:56:53+00:00>
;;; Commentary: ;;; Commentary:
;; * treemacs ;; * treemacs
@ -15,6 +15,7 @@
:custom :custom
(treemacs-project-follow-cleanup t) (treemacs-project-follow-cleanup t)
(treemacs-silent-refresh t) ; No log message on refresh.
:bind :bind
("<f8>" . treemacs-select-window) ; Focus treemacs. ("<f8>" . treemacs-select-window) ; Focus treemacs.