update of packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; treemacs.el --- A tree style file viewer package -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2022 Alexander Miller
|
||||
;; Copyright (C) 2023 Alexander Miller
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
@@ -45,9 +45,6 @@
|
||||
(treemacs-import-functions-from "treemacs-filewatch-mode"
|
||||
treemacs--stop-filewatch-for-current-buffer)
|
||||
|
||||
(treemacs-import-functions-from "treemacs-visuals"
|
||||
treemacs--tear-down-icon-highlight)
|
||||
|
||||
(treemacs-import-functions-from "treemacs-interface"
|
||||
treemacs-quit
|
||||
treemacs-select-window)
|
||||
@@ -180,7 +177,6 @@ NEW-SCOPE-TYPE: T: treemacs-scope"
|
||||
|
||||
(defun treemacs--on-buffer-kill ()
|
||||
"Cleanup to run when a treemacs buffer is killed."
|
||||
(treemacs--tear-down-icon-highlight)
|
||||
(when (eq t treemacs--in-this-buffer)
|
||||
;; stop watch must come first since we need a reference to the killed buffer
|
||||
;; to remove it from the filewatch list
|
||||
|
||||
Reference in New Issue
Block a user