update of packages

This commit is contained in:
2023-11-04 19:26:41 +01:00
parent e162a12b58
commit 3b54a3236d
726 changed files with 297673 additions and 34585 deletions

View File

@@ -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
@@ -277,7 +277,7 @@ and ignore any prefix argument."
(list (xref-item-buffer xref) (xref-item-position xref)))))
('issue-warning
(treemacs-log-failure "Tag '%s' is located in a buffer that does not exist."
(propertize (treemacs-with-button-buffer btn (treemacs--get-label-of btn)) 'face 'treemacs-tags-face)))
(propertize (treemacs-with-button-buffer btn (treemacs--get-label-of btn)) 'face 'treemacs-tags-face)))
(_ (error "[Treemacs] '%s' is an invalid value for treemacs-goto-tag-strategy" treemacs-goto-tag-strategy)))))))
;;;###autoload
@@ -300,7 +300,10 @@ and ignore any prefix argument."
(menu
(easy-menu-create-menu
nil
`(("New"
`(["Paste here"
treemacs-paste-dir-at-point-to-minibuffer
:visible ,(string-match-p "\\(\\(Move\\)\\|\\(Copy\\)\\) to: " (or (minibuffer-prompt) ""))]
("New"
["New File" treemacs-create-file]
["New Directory" treemacs-create-dir])
["Open" treemacs-visit-node-no-split :visible ,(check node)]