3 Star 5 Fork 2

Gitee 极速下载/RapidSVN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/RapidSVN/RapidSVN
克隆/下载
rapidsvn-dev.el 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
;;;; 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")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/RapidSVN.git
git@gitee.com:mirrors/RapidSVN.git
mirrors
RapidSVN
RapidSVN
master

搜索帮助