Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1260322
  • 博文数量: 264
  • 博客积分: 10772
  • 博客等级: 上将
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-25 11:54
文章分类

全部博文(264)

文章存档

2012年(4)

2011年(51)

2010年(31)

2009年(57)

2008年(51)

2007年(70)

分类: WINDOWS

2007-08-29 21:45:43

首先添加环境变量HOME,这里我设成是
C:\Documents and Settings\username
在home目录下新建_emacs文件,因为windows下无法建.emacs文件
在_emacs文件中加入以下内容即可
 
---------------------------------------
(defun w32-restore-frame ()
    "Restore a minimized frame"
     (interactive)
     (w32-send-sys-command 61728))
(defun w32-maximize-frame ()
    "Maximize the current frame"
     (interactive)
     (w32-send-sys-command 61488))
(w32-maximize-frame)
---------------------------------------
阅读(2284) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~