开体
What is Lisp?
Every object belongs to a least one type.
Build in types - AKA Primary type:
Each object belongs to one and only one primitive type.
Use the following methods to set the load path for emacs:
- Environment Variable
export EMACSLOADPATH .:/user/bil/emacs:/usr/local/share/emacs/20.3/lisp
- Start Up Script
;; All the emacs module files should be put under the directory ;; ~/.emacs.d, and the load-path should be appended with the directory ;; and the subdirs under it ;; load path include section (add-to-list 'load-path "~/.emacs.d") (add-to-list 'load-path "~/.emacs.d/themes/")
hello
Wiki comments powered by Disqus