X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;h=e1c5691d121680e88abd97079bef868bcc2c7ef8;hp=3dbc9d5391f15ef80e8d56a0eae00b9ff2eaa39d;hb=96bbad908b4dc4f4acbd037411f044beb37bb8d1;hpb=ffbe0905bafb79f5f0a5e3b0f0df6d33057c535a 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.