diff options
author | Case Duckworth | 2020-11-24 18:51:30 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-24 18:51:30 -0600 |
commit | 884f6c741bfb22b1aa31c8052101dbc5b5ca592f (patch) | |
tree | 25b99cc97b0306e724c7acabb6222b25aa1a7e18 | |
parent | Elpher headings match modus headings (diff) | |
download | emacs-884f6c741bfb22b1aa31c8052101dbc5b5ca592f.tar.gz emacs-884f6c741bfb22b1aa31c8052101dbc5b5ca592f.zip |
Make acdw/setup-fonts interactive
-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 |