diff options
Diffstat (limited to '.emacs.d/init.el')
| -rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bfd10b9..8647291 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -17,7 +17,7 @@ (defvaralias 'c-basic-offset 'tab-width) ;; Font -(set-frame-font "Consolas 16" nil t) +(set-frame-font "JetBrains Mono 16" nil t) ;; Relative Line Numbers (display-line-numbers-mode) |
