Fork me on GitHub
#spacemacs
<
2022-09-08
>
2FO20:09:45

Hello, Two parter: 1. How can I zoom an individual window and not the entire frame? 2. Is there a way to universally disable the title bar that appears in certain modes e.g clojure mode. i.e: https://files.slack.com/files-pri/T03RZGPFR-F042C5S2E64/image.png

Jeongsoo Lee13:09:15

Increasing font sizes is actually buffer-local, I conveniently use it Macs with command-= or command-- with osx layer declared. The function names themselves are spacemacs/scale-up-font and spacemacs/scale-down-font.

Jeongsoo Lee13:09:42

The title bar is actually called a breadcrumb. You can disable the feature: https://emacs-lsp.github.io/lsp-mode/tutorials/how-to-turn-off/ I recommend putting it inside the :config section of use-package .

🙏 1
2FO17:09:10

Much appreciated, removing the breadcrumb is a big improvement. spacemacs/scale-up-font and spacemacs/scale-down-font scale all buffers in the frame for me.

Jeongsoo Lee18:09:49

@U01HBARPCFL Hmm, if I open A.clj on the first window and B.clj on the second, then calling spacemacs/scale-up-font on the first window only increases the size of the characters in A.clj .

2FO19:09:17

Good to know, perhaps there's a variable I can set to get that behavior. I'll do some investigating

👍 1