Skip to content

Instantly share code, notes, and snippets.

@RafaelPalomar
Last active May 14, 2019 18:25
Show Gist options
  • Save RafaelPalomar/9a92c77403d4adcc41d004c27bfa28df to your computer and use it in GitHub Desktop.
Save RafaelPalomar/9a92c77403d4adcc41d004c27bfa28df to your computer and use it in GitHub Desktop.
Emacs configuration (adapted to gentoo) #gentoo #emacs #configuration

Notes on Emacs configuration (Gentoo)

For gist package to work

  • Install emacs v25, I could not find a good way to make v26 work
  • Add the following snippet to init.el file. This is a workaround for a known bug
    (advice-add 'gnutls-available-p :around #'ignore)
        
  • Build gnutsl with sslv3 support (flag)

For all-the-icons to work

  • After installation run the command (all-the-icons-install-font

For pdftools to work

  • Enable cairo flag on poppler and install poppler (not sure?)
  • Enable source flag on emacs
  • Remove dev-util/pkgconf and install dev-util/pkgconfig….later you might have to revert back to pkgconf anyways
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment