Increase font size

This commit is contained in:
contrapunctus 2022-02-16 02:11:33 +05:30
parent 29bc996efa
commit a3622b1f99
1 changed files with 1 additions and 0 deletions

View File

@ -3384,6 +3384,7 @@ But with =initials=, the desired completion is often buried in the results. That
(defun --set-emoji-font (frame)
"Adjust the font settings of FRAME so Emacs can display emoji properly."
(set-fontset-font t 'symbol (font-spec :family "Symbola") frame 'prepend))
(set-face-attribute 'default nil :height 120)
(use-package company-emoji
:ensure t