Add ansi-term information to FAQ

This commit is contained in:
Teo Stocco 2016-03-29 11:55:11 +02:00 committed by Fabien Dubosson
parent 80195d15c7
commit dae39145a4
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- [[#why-does-my-color-theme-not-render-correctly-in-terminal-mode][Why does my color theme not render correctly in terminal mode?]]
- [[#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?]]
- [[#why-do-i-get-files-starting-with-][Why do I get files starting with .#?]]
- [[#why-do-i-get-4m-characters-inside-ansi-term][Why do I get '4m' characters inside ansi-term?]]
- [[#how-do-i][How do I...]]
- [[#install-a-package-not-provided-by-a-layer][Install a package not provided by a layer?]]
- [[#disable-a-package-completely][Disable a package completely?]]
@ -197,6 +198,12 @@ disable this behaviour:
(setq create-lockfiles nil)
#+END_SRC
** Why do I get '4m' characters inside ansi-term?
Ansi-term only has a subset of capabilities supported by xterm256. Your shell (e.g. fish shell) might ignore =$TERMINFO= information and require you to set the =~/.terminfo= yourself.
#+BEGIN_SRC fish
tic -o ~/.terminfo $TERMINFO/e/eterm-color.ti
#+END_SRC
* How do I...
** Install a package not provided by a layer?
Spacemacs provides a variable in the =dotspacemacs/layers= function in