update packages
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user