You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: boon-core.el
+6-6
Original file line number
Diff line number
Diff line change
@@ -327,10 +327,10 @@ the buffer changes."
327
327
(boon-special-state "SPC")
328
328
(t"???")))
329
329
330
-
(deffaceboon-modeline-cmd '((((backgroundlight)) :background"dodger blue") (((backgrounddark)) :background"blue")) "Face for modeline indicator of boon command state":group'boon)
331
-
(deffaceboon-modeline-ins '((((backgroundlight)) :background"indian red") (((backgrounddark)) :background"red")) "Face for modeline indicator of boon insert state":group'boon)
332
-
(deffaceboon-modeline-off '((t (:background"orange"))) "Face for modeline indicator of boon off state":group'boon)
333
-
(deffaceboon-modeline-spc '((((backgroundlight)) :background"spring green") (((backgrounddark)) :background"dark green")) "Face for modeline indicator of boon special state":group'boon)
330
+
(deffaceboon-modeline-cmd '((((backgroundlight)) :background"dodger blue") (((backgrounddark)) :background"blue")) "Face for modeline indicator of boon command state.":group'boon)
331
+
(deffaceboon-modeline-ins '((((backgroundlight)) :background"indian red") (((backgrounddark)) :background"red")) "Face for modeline indicator of boon insert state.":group'boon)
332
+
(deffaceboon-modeline-off '((t (:background"orange"))) "Face for modeline indicator of boon off state.":group'boon)
333
+
(deffaceboon-modeline-spc '((((backgroundlight)) :background"spring green") (((backgrounddark)) :background"dark green")) "Face for modeline indicator of boon special state.":group'boon)
334
334
335
335
(defunboon-state-face ()
336
336
"Return a face appropriate for a powerline-style entry in the modeline."
@@ -383,8 +383,8 @@ the buffer changes."
383
383
;; When switching away from a window (for example by clicking in another
384
384
;; window), return the buffer hosting it to its "natural" state (otherwise it's
385
385
;; surprising to the user when coming back to it).
386
-
(defunboon-reset-state-for-switchw (new-frame)
387
-
"Reset the boon state to natural when switching windows."
386
+
(defunboon-reset-state-for-switchw (_new-frame)
387
+
"Reset the boon state to command when switching windows."
388
388
(-when-let* ((old-frame-or-window (old-selected-window)) ;`old-selected-window' sometimes (surprisingly) returns a frame.
0 commit comments