Emacs: Don't follow tags in treemacs.

This commit is contained in:
tastytea 2020-11-14 21:57:28 +01:00
parent 0bff83a55d
commit 1f4144eae0

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
;; * treemacs ;; * treemacs
@ -21,7 +21,7 @@
:custom ((treemacs-project-follow-cleanup t) ; Collapse projects when leaving. :custom ((treemacs-project-follow-cleanup t) ; Collapse projects when leaving.
(treemacs-silent-refresh t)) ; No log message on refresh. (treemacs-silent-refresh t)) ; No log message on refresh.
:config (progn :config (progn
(treemacs-tag-follow-mode) ;; (treemacs-tag-follow-mode)
(make-face 'hl-line-treemacs-face) (make-face 'hl-line-treemacs-face)
(set-face-attribute 'hl-line-treemacs-face nil (set-face-attribute 'hl-line-treemacs-face nil
:background "#080011") :background "#080011")