Skip to main content
2 of 4
added 44 characters in body
Drew
  • 80.9k
  • 10
  • 125
  • 265

There was only one thing wrong with the code you tried, in terms of making the window dedicated:

(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