merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 29 Oct 2010 20:37:48 +0300
changeset 509 ed5ef1f0855f
parent 504 dc4a9f76fdbf (diff)
parent 506 6662cd4e7a05 (current diff)
child 510 1779f42a2b2b
child 511 d1889d3244be
merged
.emacs-my
--- a/.emacs-autogen.sh	Thu Oct 28 23:08:51 2010 +0300
+++ b/.emacs-autogen.sh	Fri Oct 29 20:37:48 2010 +0300
@@ -14,5 +14,5 @@
 elif which ispell; then
   echo >>$cfg
   echo "(setq-default ispell-program-name \"ispell\")" >>$cfg
-  echo "(setq-default ispell-local-dictionary \"english\")" >>$cfg
+  echo "(setq-default ispell-local-dictionary \"default\")" >>$cfg
 fi
--- a/.emacs-my	Thu Oct 28 23:08:51 2010 +0300
+++ b/.emacs-my	Fri Oct 29 20:37:48 2010 +0300
@@ -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")