summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs-custom.el1
-rwxr-xr-x.local/bin/emacs-build2
2 files changed, 2 insertions, 1 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 90f85d8..2ed1bf2 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -37,6 +37,7 @@
'(erc-user-full-name 'user-full-name)
'(eshell-scroll-show-maximum-output nil)
'(find-ls-option '("-exec ls -ld {} +" . "-ld"))
+ '(font-use-system-font t)
'(footnote-body-tag-spacing 1)
'(footnote-section-tag "")
'(frame-resize-pixelwise t)
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build
index 20b9fba..31a79ec 100755
--- a/.local/bin/emacs-build
+++ b/.local/bin/emacs-build
@@ -3,7 +3,7 @@
set -eux
make="make -j$(nproc --all)"
-configure_flags="--with-xwidgets --with-cairo"
+configure_flags="--with-xwidgets --with-cairo --with-gconf"
if ! test -f Makefile
then