From 51955e39a4ab0e6520fd520a956962e4cfc11b23 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 14 Aug 2022 04:53:48 +0200 Subject: update --- .config/emacs/org/config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/emacs/org') diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index f2fbf77..0ada552 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -767,8 +767,10 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." ** Custom funcs #+BEGIN_SRC emacs-lisp - (defun my/wide-font () - (interactive)) +(defadvice text-scale-increase (around all-buffers (arg) activate) + (dolist (buffer (buffer-list)) + (with-current-buffer buffer + ad-do-it))) #+END_SRC ** Compilation -- cgit v1.2.3