From f08a6dda04d1e5ef7682b4a1633e3f542ab8c353 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 14 Nov 2020 22:08:33 +0100 Subject: [PATCH] Emacs: Don't delete treemacs-persist before start. --- init.d/basics/ui.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.d/basics/ui.el b/init.d/basics/ui.el index 20ecaa5..df5b599 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-14T21:55:50+0100> +;; Time-stamp: <2020-11-14T22:07:12+0100> ;;; Commentary: ;; * treemacs @@ -15,9 +15,9 @@ (use-package treemacs :demand t :after (display-line-numbers) - ;; Start with a clean workspace list. - :init (delete-file (expand-file-name ".cache/treemacs-persist" - user-emacs-directory)) + ;; ;; Start with a clean workspace list. + ;; :init (delete-file (expand-file-name ".cache/treemacs-persist" + ;; user-emacs-directory)) :custom ((treemacs-project-follow-cleanup t) ; Collapse projects when leaving. (treemacs-silent-refresh t)) ; No log message on refresh. :config (progn