mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix 'SPC t w' when :editor word-wrap is enabled
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user