diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-07-20 07:53:35 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-07-22 10:45:18 -0700 |
commit | 5860445da55ac3abc3935c6ffd5e9bb4539225c9 (patch) | |
tree | 2de3124b4c0577245a0b7e1dec30732af7fcc191 /.emacs.local.d/modes/fonts.el | |
parent | fd0754be08f4b2f9ef58625c17544a238afefade (diff) |
emacs: move everything to ~/.emacs.d
Diffstat (limited to '.emacs.local.d/modes/fonts.el')
-rw-r--r-- | .emacs.local.d/modes/fonts.el | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.emacs.local.d/modes/fonts.el b/.emacs.local.d/modes/fonts.el deleted file mode 100644 index 69eb304..0000000 --- a/.emacs.local.d/modes/fonts.el +++ /dev/null @@ -1,31 +0,0 @@ -;; elpa-packages: fontaine - -(setq fontaine-presets - '((tiny - :default-family "Fira Code Retina" - :default-height 100) - (small - :default-family "Fira Code Retina" - :default-height 120) - (medium - :default-height 140) - (large - :default-weight semilight - :default-height 180 - :bold-weight extrabold) - (presentation - :default-weight semilight - :default-height 200 - :bold-weight extrabold) - (jumbo - :default-weight semilight - :default-height 230 - :bold-weight extrabold) - (t - :default-family "Fira Code Retina" - :default-weight regular - :default-height 140 - :variable-pitch-family "Fira Code Retina"))) - -;; Set desired style from `fontaine-presets' -(fontaine-set-preset 'medium) |