dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit f2907319a6ccc76b68d9ea7cdf5b7018a677d47d
parent 42a9a3c41ef527422caad82bf4ffa7031e5267d1
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue,  3 Aug 2021 18:54:17 +0200

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'

Diffstat:
M.emacs-custom.el | 1+
M.local/bin/emacs-build | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 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 @@ -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