diff options
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r-- | elisp/geiser-plt.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index cfc0909..e0400ec 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -24,7 +24,6 @@ ;;; Code: -(require 'geiser-impl) (require 'geiser-eval) (require 'geiser-syntax) (require 'geiser-custom) @@ -168,10 +167,5 @@ This function uses `geiser-plt-init-file' if it exists." (with-syntax 1)) -;;; Register this implementation: - -(geiser-impl--register 'plt) - - (provide 'geiser-plt) ;;; geiser-plt.el ends here |