Skip to content

Commit

Permalink
Update FAQ according to #98, #99.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 2, 2019
1 parent 7d7181b commit db14cfd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@ For the personal configurations, you could put to `~/.emacs.d/custom-post.el`.
`(setq all-the-icons-color-icons nil)` to disable. Please refer to
[all-the-icons.el](https://github.com/domtronn/all-the-icons.el) for details.

1. The packages cannot be installed, what should I do?

Generally it's due to connection issue. Please refer to
[#98](https://github.com/seagle0128/.emacs.d/issues/98).
- `M-x package-refresh-contents` and try again.
- `(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")`.
- Use other mirror of elpa.
- Change another network to retry.

1. How to search Chinese via pinyin?

In Emacs, `C-s !`. If you just want to search `!`, use `C-s \!`.
Expand Down

0 comments on commit db14cfd

Please sign in to comment.