Hi, I was referring to the lib/el folder inside the picolisp source
archive from http://software-lab.de/picoLisp-16.12.tgz.
I followed the manual installation instructions so that my picolisp is
installed at /usr/local/src/picoLisp. And so I just added this to my
~/.emacs:
(add-to-list 'load-path "/usr/local/src/picoLisp/lib/el")
(load "tsm.el") ;; Picolisp TransientSymbolsMarkup (*Tsm)
(autoload 'run-picolisp "inferior-picolisp")
(autoload 'picolisp-mode "picolisp" "Major mode for editing Picolisp." t)
(add-to-list 'auto-mode-alist '("\\.l$" . picolisp-mode))
On 04/05/2017 05:01 PM, Tim Johnson wrote:
> I'm unclear as to where lib/el is. Note that I have .el files at
> /usr/share/emacs/site-lisp/picolisp. (I installed picolisp via
> the "standard" config-make compilation route.)
>
> What is the full path of your lib/el?
> thanks, Chris
>
--
https://qlfiles.net
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe