|
1 | 1 | #+TITLE: Frequently Asked Questions
|
2 | 2 |
|
3 | 3 | * FAQ :TOC_4_gh:noexport:
|
4 |
| - - [[Common][Common]] |
5 |
| - - [[Which version of Spacemacs am I running?][Which version of Spacemacs am I running?]] |
6 |
| - - [[What is the official pronunciation of Spacemacs?][What is the official pronunciation of Spacemacs?]] |
7 |
| - - [[Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]] |
8 |
| - - [[How to fix package download errors when installing Spacemacs ?][How to fix package download errors when installing Spacemacs ?]] |
9 |
| - - [[The Spacemacs banner is ugly, what should I do?][The Spacemacs banner is ugly, what should I do?]] |
10 |
| - - [[The powerline separators are ugly, how can I fix them?][The powerline separators are ugly, how can I fix them?]] |
11 |
| - - [[The powerline separators have no anti-aliasing, what can I do?][The powerline separators have no anti-aliasing, what can I do?]] |
12 |
| - - [[Why is after-init-hook not executed?][Why is after-init-hook not executed?]] |
13 |
| - - [[What is the difference between =spacemacs-base= and =spacemacs= distributions?][What is the difference between =spacemacs-base= and =spacemacs= distributions?]] |
14 |
| - - [[Should I place my settings in =user-init= or =user-config=?][Should I place my settings in =user-init= or =user-config=?]] |
15 |
| - - [[Why do some of my =org=-related settings cause problems?][Why do some of my =org=-related settings cause problems?]] |
16 |
| - - [[Why is Spacemacs hanging on startup?][Why is Spacemacs hanging on startup?]] |
17 |
| - - [[Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?][Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?]] |
18 |
| - - [[Why does my color theme not render correctly in terminal mode?][Why does my color theme not render correctly in terminal mode?]] |
19 |
| - - [[Why do I get =(wrong-type-argument arrayp nil)= errors on startup?][Why do I get =(wrong-type-argument arrayp nil)= errors on startup?]] |
20 |
| - - [[Typing quickly =fd= takes me out of =insert state=. What is going on?][Typing quickly =fd= takes me out of =insert state=. What is going on?]] |
21 |
| - - [[Why do I get files starting with .#?][Why do I get files starting with .#?]] |
22 |
| - - [[How do I...][How do I...]] |
23 |
| - - [[Install a package not provided by a layer?][Install a package not provided by a layer?]] |
24 |
| - - [[Disable a package completely?][Disable a package completely?]] |
25 |
| - - [[Disable a package only for a specific major-mode?][Disable a package only for a specific major-mode?]] |
26 |
| - - [[Disable company for a specific major-mode?][Disable company for a specific major-mode?]] |
27 |
| - - [[Change special buffer rules?][Change special buffer rules?]] |
28 |
| - - [[Enable navigation by visual lines?][Enable navigation by visual lines?]] |
29 |
| - - [[Disable evilification of a mode?][Disable evilification of a mode?]] |
30 |
| - - [[Include underscores in word motions?][Include underscores in word motions?]] |
31 |
| - - [[Setup =$PATH=?][Setup =$PATH=?]] |
32 |
| - - [[Change or define an alias for a leader key?][Change or define an alias for a leader key?]] |
33 |
| - - [[Restore the sentence delimiter to two spaces?][Restore the sentence delimiter to two spaces?]] |
34 |
| - - [[Prevent the visual selection overriding my system clipboard?][Prevent the visual selection overriding my system clipboard?]] |
35 |
| - - [[Make spell-checking support curly quotes (or any other character)?][Make spell-checking support curly quotes (or any other character)?]] |
36 |
| - - [[Use Spacemacs as the =$EDITOR= for git commits?][Use Spacemacs as the =$EDITOR= for git commits?]] |
37 |
| - - [[Try Spacemacs without modifying my existing Emacs configuration?][Try Spacemacs without modifying my existing Emacs configuration?]] |
38 |
| - - [[Make copy/paste working with the mouse in X11 terminals?][Make copy/paste working with the mouse in X11 terminals?]] |
39 |
| - - [[Use =helm-ag= to search only in files of a certain type?][Use =helm-ag= to search only in files of a certain type?]] |
40 |
| - - [[Windows][Windows]] |
41 |
| - - [[Why do the fonts look crappy on Windows?][Why do the fonts look crappy on Windows?]] |
42 |
| - - [[Why is there no Spacemacs logo in the startup buffer?][Why is there no Spacemacs logo in the startup buffer?]] |
43 |
| - - [[Why are all packages unavailable?][Why are all packages unavailable?]] |
44 |
| - - [[The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.]] |
45 |
| - - [[OS X][OS X]] |
46 |
| - - [[Why are the powerline colors not correct on OS X?][Why are the powerline colors not correct on OS X?]] |
| 4 | + - [[#common][Common]] |
| 5 | + - [[#which-version-of-spacemacs-am-i-running][Which version of Spacemacs am I running?]] |
| 6 | + - [[#what-is-the-official-pronunciation-of-spacemacs][What is the official pronunciation of Spacemacs?]] |
| 7 | + - [[#why-are-packages-installed-with-package-install-automatically-deleted-by-spacemacs-when-it-boots][Why are packages installed with =package-install= automatically deleted by Spacemacs when it boots?]] |
| 8 | + - [[#how-to-fix-package-download-errors-when-installing-spacemacs-][How to fix package download errors when installing Spacemacs ?]] |
| 9 | + - [[#the-spacemacs-banner-is-ugly-what-should-i-do][The Spacemacs banner is ugly, what should I do?]] |
| 10 | + - [[#the-powerline-separators-are-ugly-how-can-i-fix-them][The powerline separators are ugly, how can I fix them?]] |
| 11 | + - [[#the-powerline-separators-have-no-anti-aliasing-what-can-i-do][The powerline separators have no anti-aliasing, what can I do?]] |
| 12 | + - [[#why-is-after-init-hook-not-executed][Why is after-init-hook not executed?]] |
| 13 | + - [[#what-is-the-difference-between-spacemacs-base-and-spacemacs-distributions][What is the difference between =spacemacs-base= and =spacemacs= distributions?]] |
| 14 | + - [[#should-i-place-my-settings-in-user-init-or-user-config][Should I place my settings in =user-init= or =user-config=?]] |
| 15 | + - [[#why-do-some-of-my-org-related-settings-cause-problems][Why do some of my =org=-related settings cause problems?]] |
| 16 | + - [[#why-is-spacemacs-hanging-on-startup][Why is Spacemacs hanging on startup?]] |
| 17 | + - [[#why-does-helm-m-x-spc-spc-not-accept-the-prefix-argument][Why does =helm-M-x= (~SPC SPC~) not accept the prefix argument?]] |
| 18 | + - [[#why-does-my-color-theme-not-render-correctly-in-terminal-mode][Why does my color theme not render correctly in terminal mode?]] |
| 19 | + - [[#why-do-i-get-wrong-type-argument-arrayp-nil-errors-on-startup][Why do I get =(wrong-type-argument arrayp nil)= errors on startup?]] |
| 20 | + - [[#typing-quickly-fd-takes-me-out-of-insert-state-what-is-going-on][Typing quickly =fd= takes me out of =insert state=. What is going on?]] |
| 21 | + - [[#why-do-i-get-files-starting-with-][Why do I get files starting with .#?]] |
| 22 | + - [[#how-do-i][How do I...]] |
| 23 | + - [[#install-a-package-not-provided-by-a-layer][Install a package not provided by a layer?]] |
| 24 | + - [[#disable-a-package-completely][Disable a package completely?]] |
| 25 | + - [[#disable-a-package-only-for-a-specific-major-mode][Disable a package only for a specific major-mode?]] |
| 26 | + - [[#disable-company-for-a-specific-major-mode][Disable company for a specific major-mode?]] |
| 27 | + - [[#change-special-buffer-rules][Change special buffer rules?]] |
| 28 | + - [[#enable-navigation-by-visual-lines][Enable navigation by visual lines?]] |
| 29 | + - [[#disable-evilification-of-a-mode][Disable evilification of a mode?]] |
| 30 | + - [[#include-underscores-in-word-motions][Include underscores in word motions?]] |
| 31 | + - [[#setup-path][Setup =$PATH=?]] |
| 32 | + - [[#change-or-define-an-alias-for-a-leader-key][Change or define an alias for a leader key?]] |
| 33 | + - [[#restore-the-sentence-delimiter-to-two-spaces][Restore the sentence delimiter to two spaces?]] |
| 34 | + - [[#prevent-the-visual-selection-overriding-my-system-clipboard][Prevent the visual selection overriding my system clipboard?]] |
| 35 | + - [[#make-spell-checking-support-curly-quotes-or-any-other-character][Make spell-checking support curly quotes (or any other character)?]] |
| 36 | + - [[#use-spacemacs-as-the-editor-for-git-commits][Use Spacemacs as the =$EDITOR= for git commits?]] |
| 37 | + - [[#try-spacemacs-without-modifying-my-existing-emacs-configuration][Try Spacemacs without modifying my existing Emacs configuration?]] |
| 38 | + - [[#make-copypaste-working-with-the-mouse-in-x11-terminals][Make copy/paste working with the mouse in X11 terminals?]] |
| 39 | + - [[#use-helm-ag-to-search-only-in-files-of-a-certain-type][Use =helm-ag= to search only in files of a certain type?]] |
| 40 | + - [[#windows][Windows]] |
| 41 | + - [[#why-do-the-fonts-look-crappy-on-windows][Why do the fonts look crappy on Windows?]] |
| 42 | + - [[#why-is-there-no-spacemacs-logo-in-the-startup-buffer][Why is there no Spacemacs logo in the startup buffer?]] |
| 43 | + - [[#why-are-all-packages-unavailable][Why are all packages unavailable?]] |
| 44 | + - [[#the-powerline-isnt-shown-correctly-when-spacemacs-is-used-within-putty][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.]] |
| 45 | + - [[#os-x][OS X]] |
| 46 | + - [[#why-are-the-powerline-colors-not-correct-on-os-x][Why are the powerline colors not correct on OS X?]] |
47 | 47 |
|
48 | 48 | * Common
|
49 | 49 | ** Which version of Spacemacs am I running?
|
|
0 commit comments