Fixed to remove call to sh-script.el
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 23 Jan 2018 21:25:38 +0000 (13:25 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 23 Jan 2018 21:25:38 +0000 (13:25 -0800)
rc/xemacs/init.el

index 53a70d9..7517611 100644 (file)
@@ -33,7 +33,7 @@
 (c-set-offset 'case-label '+)
 
 ; Preload common modes
-(load-file "/usr/share/xemacs/xemacs-packages/lisp/sh-script/sh-script.el")
+;(load-file "/usr/share/xemacs/xemacs-packages/lisp/sh-script/sh-script.el")
 (load-file "~/.xemacs/clearcase.el")
 (load-file "~/.xemacs/visual-basic-mode.el")
 (autoload 'sh-mode             "sh-mode")