Fix fill column indicator toggle on 'SPC t c'
The :ui fill-column module was dropped in 044a1a5f2
.
This commit is contained in:
parent
084918f4ea
commit
e2ca32bd6b
2 changed files with 2 additions and 4 deletions
|
@ -278,8 +278,7 @@
|
||||||
;;; <leader> t --- toggle
|
;;; <leader> t --- toggle
|
||||||
(:prefix-map ("t" . "toggle")
|
(:prefix-map ("t" . "toggle")
|
||||||
:desc "Big mode" "b" #'doom-big-font-mode
|
:desc "Big mode" "b" #'doom-big-font-mode
|
||||||
(:when (featurep! :ui fill-column)
|
:desc "Fill Column Indicator" "c" #'global-display-fill-column-indicator-mode
|
||||||
:desc "Fill Column Indicator" "c" #'+fill-column/toggle)
|
|
||||||
:desc "Flymake" "f" #'flymake-mode
|
:desc "Flymake" "f" #'flymake-mode
|
||||||
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
||||||
:desc "Indent style" "I" #'doom/toggle-indent-style
|
:desc "Indent style" "I" #'doom/toggle-indent-style
|
||||||
|
|
|
@ -683,8 +683,7 @@
|
||||||
;;; <leader> t --- toggle
|
;;; <leader> t --- toggle
|
||||||
(:prefix-map ("t" . "toggle")
|
(:prefix-map ("t" . "toggle")
|
||||||
:desc "Big mode" "b" #'doom-big-font-mode
|
:desc "Big mode" "b" #'doom-big-font-mode
|
||||||
(:when (featurep! :ui fill-column)
|
:desc "Fill Column Indicator" "c" #'global-display-fill-column-indicator-mode
|
||||||
:desc "Fill Column Indicator" "c" #'+fill-column/toggle)
|
|
||||||
:desc "Flymake" "f" #'flymake-mode
|
:desc "Flymake" "f" #'flymake-mode
|
||||||
(:when (featurep! :checkers syntax)
|
(:when (featurep! :checkers syntax)
|
||||||
:desc "Flycheck" "f" #'flycheck-mode)
|
:desc "Flycheck" "f" #'flycheck-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue