dakra / speed-type

Practice touch/speed typing in emacs
GNU General Public License v3.0
137 stars 19 forks source link

Make sure view-mode is disabled in completion window #31

Closed slotThe closed 2 years ago

slotThe commented 3 years ago

Users who have set view-read-only to t somewhere in their configurations will not be able to make use of the speed-type--completed-keymap; view-mode, being a major mode, overwrites all of these bindings.

Hence, make sure that this variable is disabled in the time we are calling read-only-mode.

dakra commented 2 years ago

Thanks