Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Sep 13, 2024
1 parent a640e08 commit 31b7335
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lithium.el
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,6 @@ is parsed and then forwarded, as well."
(define-minor-mode ,local-name
,docstring
:keymap (lithium-keymap ,keymap-spec ',name)
;; TODO: consider making local modes promote to overriding-local-map
;; and global modes, to overriding-terminal-local-map, so that
;; local modes can remain enabled while global modes are enabled
;; and so that the latter will take precedence.
;; Note also that hydras do not currently override
;; lithium modes. maybe overriding-local-map would be advisable for
;; all modes

(if ,local-name
;; push the mode onto the local mode stack
Expand Down

0 comments on commit 31b7335

Please sign in to comment.