diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-05 10:36:15 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-05 10:36:15 +0200 |
| commit | 2e7a4c5a18acf3de8e1ef766fb7ed38924ed9978 (patch) | |
| tree | 4ec6ba2cc6368e62b35ce0fcc239f0578243c02a | |
| parent | a80c3540713bdc58bdc0be3f0724ff36622517ea (diff) | |
Set JetBrains' as default font
| -rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ ;; Start maximized (add-to-list 'default-frame-alist '(fullscreen . maximized)) +;; Font +(set-frame-font "JetBrainsMono Nerd Font 12" nil t) + ;; Add line numbers (setq display-line-numbers t) (add-hook 'prog-mode-hook 'display-line-numbers-mode) |
