• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

自分のemacs.dを公開リポジトリに置いて、emacsの設定の同期を簡単にする系のやつ


Commit MetaInfo

Revisão190f40ffe0ebc2a343b1f9a402e303ed9df41702 (tree)
Hora2016-03-09 00:29:59
Autorornse01 <ornse01@user...>
Commiterornse01

Mensagem de Log

fix comments.

* fix typo
* remove unused commented out

Mudança Sumário

Diff

--- a/init.el
+++ b/init.el
@@ -4,7 +4,7 @@
44 ;; hide tool bar
55 (tool-bar-mode -1)
66
7-;; El-get
7+;; El-Get
88 (when load-file-name
99 (setq user-emacs-directory (file-name-directory load-file-name)))
1010
@@ -16,7 +16,7 @@
1616 (goto-char (point-max))
1717 (eval-print-last-sexp)))
1818
19-;; El-get packages
19+;; El-Get packages
2020 (el-get-bundle protobuf-mode)
2121 (el-get-bundle yaml-mode)
2222 (el-get-bundle js2-mode)
@@ -54,7 +54,6 @@
5454 )t)
5555
5656 ;; subversion
57-;(require 'vc-svn)
5857 (add-to-list 'vc-handled-backends 'SVN)
5958
6059 ;; ruby
@@ -68,13 +67,6 @@
6867 (append '(("\\Rakefile$" . ruby-mode)) auto-mode-alist))
6968 (setq interpreter-mode-alist (append '(("ruby" . ruby-mode))
7069 interpreter-mode-alist))
71-;;(autoload 'run-ruby "inf-ruby"
72-;; "Run an inferior Ruby process")
73-;;(autoload 'inf-ruby-keys "inf-ruby"
74-;; "Set local key defs for inf-ruby in ruby-mode")
75-;;(add-hook 'ruby-mode-hook
76-;; '(lambda ()
77-;; (inf-ruby-keys)))
7870
7971 (c-add-style "ruby" '("bsd"
8072 (c-basic-offset . 4)