mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user