From f2907319a6ccc76b68d9ea7cdf5b7018a677d47d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 3 Aug 2021 18:54:17 +0200 Subject: Make Emacs heed GSettings The pgtk build will not honor X resources anymore; move with the times. On my Debian XFCE laptop with a 1366x768 screen, this setting seems to yield acceptable results: $ gsettings set org.gnome.desktop.interface monospace-font-name \ 'DejaVu Sans Mono 11' --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') 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) -- cgit v1.2.3