This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'transient) | |
;; True value for boolean variables has to be the slot value of | |
;; :argument. | |
(defvar tt--toggle "--toggle") | |
;; Empty string "" in string variables are considered changed and | |
;; highlighted in transient as if they were boolean. | |
(defvar tt--strarg nil) | |
(defclass tt--class-boolean (transient-infix) |