6 lines
163 B
EmacsLisp
6 lines
163 B
EmacsLisp
|
|
;;; quantlib site-lisp configuration
|
|
|
|
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'ql-new-header "quantlib" nil t)
|
|
(autoload 'ql-new-source "quantlib" nil t)
|