代码拉取完成,页面将自动刷新
;;;; Emacs Lisp help for writing Rapidsvn code. ;;;;
;;; In C++ files, put something like this to load this file automatically:
;;
;; /* -----------------------------------------------------------------
;; * local variables:
;; * eval: (load-file "../rapidsvn-dev.el")
;; * end:
;; */
;;
;; (note: make sure to get the path right in the argument to load-file).
;;; Rapidsvn C++ conventions
(if (member major-mode '(c++-mode c-mode))
(progn
(c-add-style "rapidsvn" '("bsd" (c-offsets-alist . ((inextern-lang . 0)))))
(c-set-style "rapidsvn")
(setq c-basic-offset 2)
))
(setq indent-tabs-mode nil)
(setq angry-mob-with-torches-and-pitchforks t)
;;; Enable Python Mode for SCONS build file
(setq auto-mode-alist
(cons '("SConstruct" . python-mode) auto-mode-alist))
(setq auto-mode-alist
(cons '("SConscript" . python-mode) auto-mode-alist))
(message "loaded rapidsvn-dev.el")
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。