update packages

This commit is contained in:
2022-01-04 21:35:17 +01:00
parent 1d5275c946
commit 8de00e5202
700 changed files with 42441 additions and 85378 deletions

View File

@@ -16,7 +16,8 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;;; WIP implementation of diagnostics display.
;; WIP implementation of diagnostics display.
;;; Code:
@@ -42,12 +43,12 @@
(defface treemacs-diagnostic-error-face
'((t :underline "red"))
"TODO"
"TODO."
:group 'treemacs-faces)
(defface treemacs-diagnostic-warning-face
'((t :underline "yellow"))
"TODO"
"TODO."
:group 'treemacs-faces)
(defun treemacs--reset-and-save-diagnosics (path diagnostics)
@@ -73,8 +74,8 @@ features several pre-made faces named `treemacs-diagnostic-*-face'.
This method is debounced, it will never run more often than once every 3
seconds. In addition the use of a lazy thunk ensures that potentially expensive
transformations happen only once and only when required. Performance is thus not
expected to be a major issue.
transformations happen only once and only when required. Performance is thus
not expected to be a major issue.
A basic example use would look like this: