getting_started.org: Gentoo xft and gui flags

As suggested by @TheGreatMcPain here: https://github.com/hlissner/doom-emacs/pull/5165#issuecomment-863747913
This commit is contained in:
mjkalyan 2021-06-24 05:41:38 -06:00 committed by GitHub
parent cdf7846e3c
commit 2d53f12f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,13 @@ See the [[https://github.com/BurntSushi/ripgrep#building][ripgrep documentation]
Everything you need is in Gentoo's official =::gentoo= repository.
***** Emacs
For the latest unmasked version compatible with Doom:
To use Emacs graphically, enable the =gui= USE flag. And enable the =xft= USE flag to render fonts correctly (see
[[https://github.com/hlissner/doom-emacs/issues/4876][issue #4876]])
#+begin_src sh
echo "app-editors/emacs gui xft" >> /etc/portage/package.use/emacs
#+end_src
To install the latest unmasked version compatible with Doom:
#+begin_src sh
emerge '>=app-editors/emacs-26.3'
#+end_src