.emacs

Emacs配置文件

前几天ubuntu 11.10不知什么原因出了大问题,~目录和root目录下的所有文件突然消失,不知道是不是被黑了,损失惨重。过去的emacs配置文件页不见了,悲剧的是没有备份,虽然现在已将备份放在ubuntu one上,但将自己的.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.
 '(auto-image-file-mode t)
 '(blink-cursor-mode nil)
 '(global-linum-mode t)
 '(inhibit-startup-screen t)
 '(nxml-slash-auto-complete-flag t)
 '(scroll-bar-mode nil)
 '(show-paren-mode t)
 '(tool-bar-mode nil)
 '(x-select-enable-clipboard 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.
 )
(load "~/.emacs.d/auto-save-list/nxhtml/autostart.el")
(add-to-list 'load-path "~/.emacs.d/auto-save-list/color-theme-6.6.0/")
(require 'color-theme)
(eval-after-load "color-theme"
  '(progn
     (color-theme-initialize)))
;(color-theme-zenburn)
(fset 'yes-or-no-p 'y-or-n-p)


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值