all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Function for enabling or disabling emacs bars
@ 2022-03-05 15:49 angelomolina--- via Users list for the GNU Emacs text editor
  2022-03-05 16:54 ` [External] : " Drew Adams
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: angelomolina--- via Users list for the GNU Emacs text editor @ 2022-03-05 15:49 UTC (permalink / raw)
  To: Help Gnu Emacs


Would like to have a function that enables or disables emacs bars.  Perhaps using an optional
argument for this?

(defun emacsbars ()
  "Enables or disables Emacs Bars"
  (menu-bar-mode 1)
  (tool-bar-mode 1)
  (scroll-bar-mode 1))


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

end of thread, other threads:[~2022-03-14 22:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-05 15:49 Function for enabling or disabling emacs bars angelomolina--- via Users list for the GNU Emacs text editor
2022-03-05 16:54 ` [External] : " Drew Adams
     [not found] ` <SJ0PR10MB548840473375070E37AF605EF3069@SJ0PR10MB5488.namprd10.prod.outlook.com-MxQ-TzU----2>
2022-03-05 17:14   ` angelomolina--- via Users list for the GNU Emacs text editor
2022-03-14 15:02 ` GNU Hacker
2022-03-14 15:20   ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-03-14 17:40   ` angelomolina--- via Users list for the GNU Emacs text editor
2022-03-14 17:55     ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-03-14 20:00     ` GNU Hacker
     [not found]     ` <87ilsgi9sq.fsf@gnu.org-My90SEi----2>
2022-03-14 20:16       ` angelomolina--- via Users list for the GNU Emacs text editor
2022-03-14 22:08 ` GNU Hacker
2022-03-14 22:19   ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-03-14 22:42   ` Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.