Function: treemacs-show-changelog

treemacs-show-changelog is an autoloaded, interactive and byte-compiled function defined in treemacs.el.

Signature

(treemacs-show-changelog)

Documentation

Show the changelog of treemacs.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs.el
;;;###autoload
(defun treemacs-show-changelog ()
  "Show the changelog of treemacs."
  (interactive)
  (-> "Changelog.org"
      (locate-file (list treemacs-dir))
      (find-file-existing)))