2010年06月06日 星期日 14:08
.................
这个太简单了吧!
2010年06月07日 星期一 20:51
然后选择Options ->下面的save Options 就OK了,打开.emacs文件查看最后几行就能看见相应的代码!
如我的是:
(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.
'(column-number-mode t)
'(cua-mode t nil (cua-base))
'(display-time-mode t)
'(show-paren-mode t)
'(size-indication-mode t))
(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.
'(default ((t (:inherit nil :stipple nil :background "SystemWindow" :foreground "SystemWindowText" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "outline" :family "新宋体")))))
2010年06月08日 星期二 07:21
哦,原来还得保存。。。
2010年06月08日 星期二 08:55
我汗。。。。 你没看见有个save Options
2010年06月08日 星期二 10:56
我以为确定了就OK了。。。其实没怎么用过上面那个菜单栏。。。
2010年06月28日 星期一 13:55
(set-frame-font "Monaco")
(set-fontset-font "fontset-default" 'han '("文泉驿等宽正黑" . "unicode-bmp"))
Zeuux © 2024
京ICP备05028076号