.emacs-my
changeset 507 58e5a1067495
parent 506 6662cd4e7a05
parent 502 64a475fa36e2
child 508 79bcafd3d45f
child 511 d1889d3244be
--- a/.emacs-my	Thu Oct 28 23:08:51 2010 +0300
+++ b/.emacs-my	Mon Nov 01 22:22:50 2010 +0200
@@ -97,8 +97,9 @@
     ) )
 
 (menu-bar-mode -1)
-(tool-bar-mode -1)
 (when window-system
+  (scroll-bar-mode 1)
+  (tool-bar-mode -1)
   (defun my-popup-menu ()
     (interactive)
     (mouse-popup-menubar
@@ -109,7 +110,6 @@
   (global-set-key [apps] 'my-popup-menu)
   (global-set-key [menu] 'my-popup-menu)
   (when (>= emacs-major-version 22) (tooltip-mode -1))
-  (scroll-bar-mode 1)
   )
 
 (setq frame-title-format "Emacs - %b")