update packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; treemacs.el --- A tree style file viewer package -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2023 Alexander Miller
|
||||
;; Copyright (C) 2024 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
|
||||
@@ -324,7 +324,9 @@ not work keep it on the same line."
|
||||
(error (ignore)))))
|
||||
(treemacs--evade-image)
|
||||
(when (get-text-property (point) 'invisible)
|
||||
(goto-char (next-single-property-change (point) 'invisible)))
|
||||
(goto-char (or
|
||||
(next-single-property-change (point) 'invisible)
|
||||
(point-min))))
|
||||
(when curr-win-line
|
||||
(-let [buffer-point (point)]
|
||||
(with-selected-window curr-window
|
||||
|
||||
Reference in New Issue
Block a user