Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

font-size in the mini buffer messages #13

Open
arademaker opened this issue Oct 25, 2018 · 0 comments
Open

font-size in the mini buffer messages #13

arademaker opened this issue Oct 25, 2018 · 0 comments

Comments

@arademaker
Copy link

During classes, I would like to increase the size of the fonts in the minibuffer so students can see the types in the cursor position. Any idea? Using the code below I can increase the size in other situations, like list of buffers, but the lean-mode messages remain unchanged.

(add-hook 'minibuffer-setup-hook 'my-minibuffer-setup)
(defun my-minibuffer-setup ()
        (set (make-local-variable 'face-remapping-alist)
          '((default :height 1.2))))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant