When using vim editing style use single space sentence delimiter.

This commit is contained in:
roryk 2015-04-29 08:41:03 -04:00 committed by syl20bnr
parent e2dea377b7
commit f0005b2fcd

View file

@ -92,6 +92,11 @@
(spacemacs|hide-lighter hs-minor-mode)))
(add-hook 'prog-mode-hook 'spacemacs//enable-hs-minor-mode)
;; single-space sentence navigation to match vim if vim is selected as the
;; editing style
(when (eq 'vim dotspacemacs-editing-style)
(setq-default sentence-end-double-space nil))
;; Hack to fix a bug with tabulated-list.el
;; see: http://redd.it/2dgy52
(defun tabulated-list-revert (&rest ignored)