update of 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) 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
|
||||
@@ -56,7 +56,7 @@ Look for the PROJECT either in BUFFER or the local treemacs buffer."
|
||||
:on-success
|
||||
(when (buffer-live-p buffer)
|
||||
(-let [out (-> (pfuture-callback-output)
|
||||
(string-trim-right)
|
||||
(treemacs-string-trim-right)
|
||||
(read))]
|
||||
(with-current-buffer buffer
|
||||
(if out
|
||||
|
||||
Reference in New Issue
Block a user