Comment on Ask HN: Emacs users on OS X, what's your setup?parentComments−zzkt17y(defun remove-distractions () (set-frame-parameter nil 'fullscreen 'fullboth))−mark_h17yUnfortunately, this doesn't seem to work any more in cocoa emacs.−wfarr17yI don't believe it ever worked in Cocoa Emacs. It was a patch applied to the independently distributed Carbon Emacs.
Comments
(defun remove-distractions () (set-frame-parameter nil 'fullscreen 'fullboth))
Unfortunately, this doesn't seem to work any more in cocoa emacs.
I don't believe it ever worked in Cocoa Emacs. It was a patch applied to the independently distributed Carbon Emacs.