syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

Fix validation of `dotspacemacs-swap-number-row` #16419

Closed fnussbaum closed 1 month ago

fnussbaum commented 1 month ago

Fixes #16417

fnussbaum commented 1 month ago

The comment in the template seems to be up to date in the sense that it includes querty-ca-fr already:

   ;; If non-nil shift your number row to match the entered keyboard layout
   ;; (only in insert state). Currently supported keyboard layouts are:
   ;; `qwerty-us', `qwertz-de' and `querty-ca-fr'.
   ;; New layouts can be added in `spacemacs-editing' layer.
   ;; (default nil)
   dotspacemacs-swap-number-row nil

@smile13241324 Is there something else that needs to be changed?

smile13241324 commented 1 month ago

Nope that's fine then