chiark / gitweb /
inputrc wrong way round
[ian-dotfiles.git] / files / emacs_ian-x.el
index 6505f1b61e5edb2643aee6d2c8b73c6c7782c7ea..2879ecd26c012293341d897a0d5a2f071f4243a9 100644 (file)
@@ -1,6 +1,6 @@
 ; Ian's X initialisations.
 
-(if (string-match "^19\." emacs-version)
+(if (not (string-match "^18\." emacs-version))
     (require 'ian-x19)
     
   (require 'x-fix-mouse)
@@ -13,4 +13,7 @@
 ; (x-set-foreground-color "white")
 ; (x-set-background-color "black")
 
+(if (boundp 'tool-bar-mode)
+    (tool-bar-mode -1))
+  
 ; End of this file.