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:
parent
cdf7846e3c
commit
2d53f12f1c
1 changed files with 7 additions and 1 deletions
|
@ -229,7 +229,13 @@ See the [[https://github.com/BurntSushi/ripgrep#building][ripgrep documentation]
|
||||||
Everything you need is in Gentoo's official =::gentoo= repository.
|
Everything you need is in Gentoo's official =::gentoo= repository.
|
||||||
|
|
||||||
***** Emacs
|
***** 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
|
#+begin_src sh
|
||||||
emerge '>=app-editors/emacs-26.3'
|
emerge '>=app-editors/emacs-26.3'
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue