diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-05-07 07:46:58 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-05-07 07:46:58 -0400 |
| commit | 8afd96f693d9ac0daeb04afcfed0b5a8b4dd8062 (patch) | |
| tree | 099e58dc5770196a5ff3531e7b7ef7b6061cfe1c /.emacs.d | |
| parent | f2fc0ce4c59dd6a08fdb46b856cf337c3f8bf9f5 (diff) | |
Fixed Bug in dev-env that wiped .config
Diffstat (limited to '.emacs.d')
| -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) |
