Fix 'SPC t w' when :editor word-wrap is enabled

This commit is contained in:
Henrik Lissner 2020-03-19 23:34:29 -04:00
parent 93521ba5be
commit efaafe9042
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -626,7 +626,7 @@
(:when (featurep! :lang org +pomodoro)
:desc "Pomodoro timer" "t" #'org-pomodoro)
:desc "Soft line wrapping" "w" #'visual-line-mode
(:when (featurep! :ui word-wrap)
(:when (featurep! :editor word-wrap)
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
:desc "Zen mode" "z" #'writeroom-mode))