diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-06-06 11:33:09 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-06-06 11:33:42 -0700 |
commit | 4bb7b9e17ae407f69867a9086a0d6edb83bf6005 (patch) | |
tree | 6b1de4e99efb40d96b63bbb5a6121ef9c323d460 /.emacs.local.d/modes | |
parent | 22ad254744009fd5de79ec22b7a478eb3bcff219 (diff) |
emacs: set default font
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/fonts.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/fonts.el b/.emacs.local.d/modes/fonts.el new file mode 100644 index 0000000..9e10289 --- /dev/null +++ b/.emacs.local.d/modes/fonts.el @@ -0,0 +1 @@ +(set-frame-font "Fira Code Retina-12" nil t) |