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
|
||||
@@ -178,7 +178,8 @@ TARGET-POS: End position of the mouse drag."
|
||||
(treemacs--parent-dir target-key))))
|
||||
(target-file (and source-key target-key
|
||||
(treemacs-join-path target-dir (treemacs--filename source-key)))))
|
||||
(when (and source-key target-key
|
||||
(when (and treemacs-move-files-by-mouse-dragging
|
||||
source-key target-key
|
||||
(not (string= source-key target-key))
|
||||
(not (treemacs-is-path source-key :directly-in target-dir)))
|
||||
(treemacs-do-delete-single-node source-key)
|
||||
@@ -326,7 +327,8 @@ and ignore any prefix argument."
|
||||
["Copy File" treemacs-copy-file :visible ,(check node)]
|
||||
["Copy Absolute Path" treemacs-copy-absolute-path-at-point :visible ,(check node)]
|
||||
["Copy Relative Path" treemacs-copy-relative-path-at-point :visible ,(check node)]
|
||||
["Copy Project Path" treemacs-copy-project-path-at-point :visible ,(check node)])
|
||||
["Copy Project Path" treemacs-copy-project-path-at-point :visible ,(check node)]
|
||||
["Copy Filename" treemacs-copy-filename-at-point :visible ,(check node)])
|
||||
|
||||
["--" #'ignore t]
|
||||
("Projects"
|
||||
|
||||
Reference in New Issue
Block a user