update packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; treemacs-git-commit-diff-mode.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
|
||||
@@ -51,7 +51,11 @@ Look for the PROJECT either in BUFFER or the local treemacs buffer."
|
||||
:no-match-action
|
||||
(ignore)
|
||||
:file-action
|
||||
(pfuture-callback `(,treemacs-python-executable "-O" ,treemacs--git-commit-diff.py ,path)
|
||||
(pfuture-callback `(,treemacs-python-executable
|
||||
"-O"
|
||||
,treemacs--git-commit-diff.py
|
||||
,treemacs-git-executable
|
||||
,path)
|
||||
:directory path
|
||||
:on-success
|
||||
(when (buffer-live-p buffer)
|
||||
|
||||
Reference in New Issue
Block a user