Skip to main content
1 of 4
Drew
  • 80.9k
  • 10
  • 125
  • 265

There was only one thing wrong with the code you tried:

(set-window-dedicated (selected-window) t)

The function is set-window-dedicated-p, not set-window-dedicated. Try again, without the typo.

Drew
  • 80.9k
  • 10
  • 125
  • 265