diff options
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index e24b1a7..630c811 100644 --- a/config.org +++ b/config.org | |||
@@ -306,6 +306,7 @@ See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if- | |||
306 | "Setup fonts. This has to happen after the frame is set up for | 306 | "Setup fonts. This has to happen after the frame is set up for |
307 | the first time, so add it to `focus-in-hook'. It removes | 307 | the first time, so add it to `focus-in-hook'. It removes |
308 | itself." | 308 | itself." |
309 | (interactive) | ||
309 | (set-face-attribute 'default nil | 310 | (set-face-attribute 'default nil |
310 | :font | 311 | :font |
311 | (font-candidate | 312 | (font-candidate |