Emacs: Don't follow tags in treemacs.
This commit is contained in:
parent
0bff83a55d
commit
1f4144eae0
|
@ -1,6 +1,6 @@
|
|||
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-11-13T18:00:51+0100>
|
||||
;; Time-stamp: <2020-11-14T21:55:50+0100>
|
||||
|
||||
;;; Commentary:
|
||||
;; * treemacs
|
||||
|
@ -21,7 +21,7 @@
|
|||
:custom ((treemacs-project-follow-cleanup t) ; Collapse projects when leaving.
|
||||
(treemacs-silent-refresh t)) ; No log message on refresh.
|
||||
:config (progn
|
||||
(treemacs-tag-follow-mode)
|
||||
;; (treemacs-tag-follow-mode)
|
||||
(make-face 'hl-line-treemacs-face)
|
||||
(set-face-attribute 'hl-line-treemacs-face nil
|
||||
:background "#080011")
|
||||
|
|
Loading…
Reference in New Issue
Block a user