diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-05 13:27:27 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-05 13:27:27 +0200 |
| commit | 7861b23cc0fb3e7d972647380f84f71d427a08a9 (patch) | |
| tree | d230bda5d40555a28da456efd9599e48727acd0c /init.el | |
| parent | 401edf221328916b48abffc91fe630e2d88df658 (diff) | |
Correctly manage font for client sessions
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ (add-to-list 'default-frame-alist '(fullscreen . maximized)) ;; Font -(set-frame-font "JetBrainsMono Nerd Font 12" nil t) +(add-to-list 'default-frame-alist + '(font . "JetBrainsMono Nerd Font 12")) ;; Add line numbers (setq display-line-numbers t) |
