Use flyspell-mode for SPC t s if +flyspell present
Also corresponding bindigs fix for +emacs-bindigs.el
This commit is contained in:
parent
f6bae75bff
commit
2564bbce0d
2 changed files with 6 additions and 2 deletions
|
@ -279,8 +279,10 @@
|
||||||
(:when (featurep! :lang org +present)
|
(:when (featurep! :lang org +present)
|
||||||
:desc "org-tree-slide mode" "p" #'org-tree-slide-mode)
|
:desc "org-tree-slide mode" "p" #'org-tree-slide-mode)
|
||||||
:desc "Read-only mode" "r" #'read-only-mode
|
:desc "Read-only mode" "r" #'read-only-mode
|
||||||
(:when (featurep! :checkers spell)
|
(:when (and (featurep! :checkers spell) (not (featurep! :checkers spell +flyspell)))
|
||||||
:desc "Spell checker" "s" #'spell-fu-mode)
|
:desc "Spell checker" "s" #'spell-fu-mode)
|
||||||
|
(:when (featurep! :checkers spell +flyspell)
|
||||||
|
:desc "Spell checker" "s" #'flyspell-mode)
|
||||||
(:when (featurep! :lang org +pomodoro)
|
(:when (featurep! :lang org +pomodoro)
|
||||||
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
||||||
(:when (featurep! :ui zen)
|
(:when (featurep! :ui zen)
|
||||||
|
|
|
@ -661,8 +661,10 @@
|
||||||
(:when (featurep! :lang org +present)
|
(:when (featurep! :lang org +present)
|
||||||
:desc "org-tree-slide mode" "p" #'org-tree-slide-mode)
|
:desc "org-tree-slide mode" "p" #'org-tree-slide-mode)
|
||||||
:desc "Read-only mode" "r" #'read-only-mode
|
:desc "Read-only mode" "r" #'read-only-mode
|
||||||
(:when (featurep! :checkers spell)
|
(:when (and (featurep! :checkers spell) (not (featurep! :checkers spell +flyspell)))
|
||||||
:desc "Spell checker" "s" #'spell-fu-mode)
|
:desc "Spell checker" "s" #'spell-fu-mode)
|
||||||
|
(:when (featurep! :checkers spell +flyspell)
|
||||||
|
:desc "Spell checker" "s" #'flyspell-mode)
|
||||||
(:when (featurep! :lang org +pomodoro)
|
(:when (featurep! :lang org +pomodoro)
|
||||||
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
||||||
:desc "Soft line wrapping" "w" #'visual-line-mode
|
:desc "Soft line wrapping" "w" #'visual-line-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue