unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* early-init and tool-bar-mode question
@ 2019-02-21  1:40 Ergus
  2019-02-21  3:19 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Ergus @ 2019-02-21  1:40 UTC (permalink / raw)
  To: help-gnu-emacs

Hi:

I am trying to test the actual master branch new features and I have
a question about the early-init.el usage.

I can see that it is possible to set:

(setq electric-indent-mode nil)
(setq menu-bar-mode nil)
(setq tool-bar-mode nil)
(setq scroll-bar-mode nil)
(setq tooltip-mode nil)

In order to set this before the configuration is done. (Like a
substitution for custom file)

The expected behavior should be that for example the tool-bar will
be not shown. Or the others.

Apparently if I set this in this way, the tool-bar is always shown in
terminal-mode, but in the graphical version it is not.

So could you please tell me what is missing here?






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-21  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21  1:40 early-init and tool-bar-mode question Ergus
2019-02-21  3:19 ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).