From: Michael Orlitzky Date: Sun, 1 Nov 2009 02:33:54 +0000 (-0400) Subject: Disable the toolbar and move the scrollbar to the right within the GTK interface. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=96bbad908b4dc4f4acbd037411f044beb37bb8d1 Disable the toolbar and move the scrollbar to the right within the GTK interface. --- diff --git a/.emacs b/.emacs index 3dbc9d5..e1c5691 100644 --- a/.emacs +++ b/.emacs @@ -7,8 +7,12 @@ ;; Set the frame title to the name of the buffer, if supported. (setq frame-title-format "%b") -;; Disable the menu bar +;; Disable the menu/tool bars (menu-bar-mode -1) +(tool-bar-mode -1) + +;; And put the damned scroll bar on the correct side. +(set-scroll-bar-mode 'right) ;; The most important statement in this file. ;; Do not display a splash screen on startup.