update
[emacs-init.git] / setup / gnuplot.el
index b0ed624..d54f242 100644 (file)
@@ -5,10 +5,10 @@
                                          buffer-file-name))))
                    (file-name-as-directory "gnuplot"))))
   (add-to-list 'load-path dir)
-  (load (concat dir "autoload.el")))
+  (load (concat dir "load.el")))
 
 (defun gnuplot ()
   (interactive)
   (gnuplot-make-gnuplot-buffer)
   (sit-for .1)
-  (switch-to-buffer "*gnuplot*"))
\ No newline at end of file
+  (switch-to-buffer "*gnuplot*"))