X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=87d2eb905bc4a2f7751a5f9fa06a55c35054e0b0;hb=83f0c9d6b7078bc444ef02cb043f1be68399bbee;hp=3dbc9d5391f15ef80e8d56a0eae00b9ff2eaa39d;hpb=ffbe0905bafb79f5f0a5e3b0f0df6d33057c535a;p=emacs.d.git diff --git a/.emacs b/.emacs index 3dbc9d5..87d2eb9 100644 --- a/.emacs +++ b/.emacs @@ -7,8 +7,14 @@ ;; 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 when we're using X. (menu-bar-mode -1) +(when window-system + (tool-bar-mode -1)) + +;; And put the damned scroll bar on the correct side. +(when window-system + (set-scroll-bar-mode 'right)) ;; The most important statement in this file. ;; Do not display a splash screen on startup.