]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Disable the toolbar and move the scrollbar to the right within the GTK interface.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 1 Nov 2009 02:33:54 +0000 (22:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 1 Nov 2009 02:33:54 +0000 (22:33 -0400)
.emacs

diff --git a/.emacs b/.emacs
index 3dbc9d5391f15ef80e8d56a0eae00b9ff2eaa39d..e1c5691d121680e88abd97079bef868bcc2c7ef8 100644 (file)
--- 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.