Alex on Nostr: What am I doing wrong in my attempt to configure the #Emacs font? I have the ...
What am I doing wrong in my attempt to configure the #Emacs font?
I have the following lines in my init.el:
```
(set-face-attribute 'default nil :family "Input Mono Compressed" :height 150)
(set-frame-font "Input Mono Compressed-15" nil t)
```
If I execute them, I get what I want.
But when part of the init.el they seem to get reset.
If I include them towards the top of the init.el,
I can notice the larger font and then it "disappears".
Please send #Emacs doctors :-D.
I have the following lines in my init.el:
```
(set-face-attribute 'default nil :family "Input Mono Compressed" :height 150)
(set-frame-font "Input Mono Compressed-15" nil t)
```
If I execute them, I get what I want.
But when part of the init.el they seem to get reset.
If I include them towards the top of the init.el,
I can notice the larger font and then it "disappears".
Please send #Emacs doctors :-D.