diff --git a/doc/FAQ.org b/doc/FAQ.org index e8731e65d..1cd1bbeb6 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -24,6 +24,7 @@ - [[Include underscores in word motions?][Include underscores in word motions?]] - [[Setup =$PATH=?][Setup =$PATH=?]] - [[Change or define an alias for an =evil-leader= prefix?][Change or define an alias for an =evil-leader= prefix?]] + - [[Restore the sentence delimiter to two spaces?][Restore the sentence delimiter to two spaces?]] - [[Windows][Windows]] - [[Why do the fonts look crappy on Windows?][Why do the fonts look crappy on Windows?]] - [[Why is there no Spacemacs logo in the startup buffer?][Why is there no Spacemacs logo in the startup buffer?]] @@ -267,6 +268,14 @@ unmapped key on your keyboard-layout for instance) for accessing ~SPC w~ (my-evil-leader/alias-of "é" "w") #+end_src +** Restore the sentence delimiter to two spaces? +To restore the sentence delimiter to two spaces, add the following code to the +=dotspacemacs/user-init= function of your =.spacemacs=: + +#+begin_src emacs-lisp +(setq sentence-end-double-space t) +#+end_src + * Windows ** Why do the fonts look crappy on Windows? You can install [[https://code.google.com/p/mactype/][MacType]] on Windows to get very nice looking fonts. It is