X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=files%2Femacs_ian-x.el;h=2879ecd26c012293341d897a0d5a2f071f4243a9;hb=f90bdb11ab89610a2aa2e5be9be0f7c234cfb5c8;hp=6505f1b61e5edb2643aee6d2c8b73c6c7782c7ea;hpb=814d95b58df2fffacdf3b87ac50ac03736d54d8b;p=ian-dotfiles.git diff --git a/files/emacs_ian-x.el b/files/emacs_ian-x.el index 6505f1b..2879ecd 100644 --- a/files/emacs_ian-x.el +++ b/files/emacs_ian-x.el @@ -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.