From 1f4144eae0c28d397e30ca2153f5224e6d5209e0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 14 Nov 2020 21:57:28 +0100 Subject: [PATCH] Emacs: Don't follow tags in treemacs. --- init.d/basics/ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/basics/ui.el b/init.d/basics/ui.el index 2205e70..20ecaa5 100644 --- a/init.d/basics/ui.el +++ b/init.d/basics/ui.el @@ -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")