diff options
Diffstat (limited to 'elisp/geiser-compile.el')
-rw-r--r-- | elisp/geiser-compile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp/geiser-compile.el b/elisp/geiser-compile.el index d070e98..a938107 100644 --- a/elisp/geiser-compile.el +++ b/elisp/geiser-compile.el @@ -1,6 +1,6 @@ ;;; geiser-compile.el -- compile/load scheme files -;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2016, 2018 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2016, 2018, 2021 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -75,6 +75,7 @@ With prefix, restart REPL before loading the file." (when restart-p (geiser-restart-repl)) (geiser-load-file (buffer-file-name (current-buffer)))) +;;;###autoload (defun geiser-add-to-load-path (path) "Add a new directory to running Scheme's load path. When called interactively, this function will ask for the path to |