Skip to content

Commit

Permalink
emacs: change default font
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Feb 24, 2023
1 parent a59603c commit 6af714b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

(setq my-packages
'(go-mode
gruvbox-theme
org
org-bullets))

org-bullets
paper-theme))

(dolist (pkg my-packages)
(unless (package-installed-p pkg)
Expand All @@ -25,6 +24,8 @@
(scroll-bar-mode -1)
(tool-bar-mode -1)

(set-default-font "JetBrains Mono 14" nil t)

(setq inhibit-startup-screen t)
(setq fill-column 80)
(setq make-backup-files nil)
Expand Down

0 comments on commit 6af714b

Please sign in to comment.