From 2d53f12f1c852d81e13bd2f328c84d0080da792d Mon Sep 17 00:00:00 2001 From: mjkalyan <34904034+mjkalyan@users.noreply.github.com> Date: Thu, 24 Jun 2021 05:41:38 -0600 Subject: [PATCH] getting_started.org: Gentoo xft and gui flags As suggested by @TheGreatMcPain here: https://github.com/hlissner/doom-emacs/pull/5165#issuecomment-863747913 --- docs/getting_started.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index f71de26ea..21f50a953 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -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