update packages
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "treemacs-magit" "20250320.2145"
|
||||
(define-package "treemacs-magit" "20250726.2233"
|
||||
"Magit integration for treemacs."
|
||||
'((emacs "26.1")
|
||||
(treemacs "0.0")
|
||||
(pfuture "1.3")
|
||||
(magit "2.90.0"))
|
||||
:url "https://github.com/Alexander-Miller/treemacs"
|
||||
:commit "55079b017fb821a34ace398cd3d8c5b556a22f6d"
|
||||
:revdesc "55079b017fb8"
|
||||
:commit "68e444e066a30d70a201fb162c8cf3d472226853"
|
||||
:revdesc "68e444e066a3"
|
||||
:authors '(("Alexander Miller" . "alexanderm@web.de"))
|
||||
:maintainers '(("Alexander Miller" . "alexanderm@web.de")))
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
;; Author: Alexander Miller <alexanderm@web.de>
|
||||
;; Package-Requires: ((emacs "26.1") (treemacs "0.0") (pfuture "1.3" ) (magit "2.90.0"))
|
||||
;; Package-Version: 20250320.2145
|
||||
;; Package-Revision: 55079b017fb8
|
||||
;; Package-Version: 20250726.2233
|
||||
;; Package-Revision: 68e444e066a3
|
||||
;; Homepage: https://github.com/Alexander-Miller/treemacs
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
@@ -98,6 +98,7 @@ current git status and just go through the lines as they are right now."
|
||||
(pfuture-callback `(,treemacs-python-executable
|
||||
"-O" "-S"
|
||||
,treemacs--git-status.py
|
||||
,treemacs-git-executable
|
||||
,magit-root
|
||||
,(number-to-string treemacs-max-git-entries)
|
||||
,treemacs-git-command-pipe
|
||||
|
||||
Reference in New Issue
Block a user