Emacs: Make treemacs less chatty.
This commit is contained in:
parent
148eb7403a
commit
44e21c2e58
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user