windows下的common lisp配置

以前我以为没有..结果试着安装了下lispbox..恩..搞定了..


http://common-lisp.net/project/lispbox/


这个就是网址了..把windons的下载下来解压即可..运行对应的lispbox.bat就可以了..


不需要关心目录情况..各种需要的环境变量什么的在bat文件中都声明好了..


在我的机器上..C:\Users\Lelouch\AppData\Roaming 这个目录下..会有emacs对应的配置文件..".emacs"..


这个文件的话..最好不要大动..引入我们自己的配置文件即可..


在里面加一句..
(load-file "D:/mine/lisp/.emacs")


那个文件是我学习lisp下的emacs配置文件..这样我们的对emacs的各种配置就可以在那个文件进行操作了..
不过仍有的疑问在于..这个配置文件无法影响通过bat运行的emacs..原因不知..配置好之后只有单独运行emacs时才会起作用..


另..emacs的bin下有很多可执行文件..emacs.exe运行后有命令行的黑框..而runemacs.exe则没有..


附上我当前的emacs配置..()

(setenv "HOME" "D:/mine/lisp")
(setenv "PATH" "D:/mine/lisp")

(setq default-diretory "~/")

(tool-bar-mode -1)
(menu-bar-mode -1)

(global-set-key "\r" 'align-newline-and-indent)

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(scroll-bar-mode nil))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值