I am happy to announce the release of Transient version 0.5.0.

More information can be found in a blog post.

Please consider supporting my work on Magit, Transient and many other Emacs packages and projects.

  • agumonkeyB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I’ve been learning transient basics to improve velocity at work. A bit hard to swallow at first but very nice. Thanks

    • tarsius_OPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Here you go:

      (transient-define-prefix demo ()
        [(:info "boring" :face shadow)
         (:info (lambda () (format "Major-mode: %s" major-mode)))
         ("x" transient-echo-arguments)])
      (keymap-global-set "" #'demo)