2017Emacs

;; .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.
 '(ansi-color-names-vector ["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"])
 '(custom-enabled-themes (quote (deeper-blue)))
 '(custom-safe-themes (quote ("6bf4aa99319b943ce1adde035ab528bc6bf8be50a2fcdb00c84190ba000dccb7" default))))

;;; uncomment for CJK utf-8 support for non-Asian users
;; (require 'un-define)
(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.
 )

;;;Color Theme
;(add-to-list 'load-path "~/.emacs.d/plugins/color-theme-6.6.0")
;(require 'color-theme)
;(color-theme-initialize)
;(color-theme-gnome2)
;(color-theme-dark-blue2)


;(add-to-list 'load-path "~/FpxStudio2016/emacsInstall")
;(require 'auto-complete-config)
;(add-to-list 'ac-dictionary-directories "~/FpxStudio2016/emacsInstall//ac-dict")
;(ac-config-default)
(custom-set-variables
 '(current-language-environment "UTF-8"))
  ;; 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.
; '(current-language-environment "UTF-8"))
;(add-to-list 'load-path "~/.emacs.d/")
;(require 'auto-complete-config)
;(add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict")
;(ac-config-default)


(load-file "~/FpxStudio2016/emacsInstall/unicad.el")
(require 'unicad)

(require 'cedet)

(setq cscope-do-not-update-database t)
(load-file "~/FpxStudio2016/emacsInstall/xcscope.el")
(require 'xcscope)




(if (eq system-type 'windows-nt)
    (setq file-name-coding-system 'gbk))


 (prefer-coding-system 'utf-8)
(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 "#233b5a" :foreground "#fff8dc" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))))



(add-to-list 'load-path "~/.emacs.d/")
(require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict")
(ac-config-default)


(load-file "~/FpxStudio2016/emacsInstall/linum.el")
(require 'linum)
(global-linum-mode t)
                        
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值