このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
mitchty
/
dotfiles
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
init.el: Move cscope-setup to :config from :init
That way new install/setups of emacs work.
master
Mitch Tishmack
9年前
親
1fe5b73a6d
コミット
de1c69934c
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
emacs.org
+ 1
- 1
emacs.org
ファイルの表示
@@ -1150,7 +1150,7 @@ Instead of text might as well get a decent mode hook going here.
#+BEGIN_SRC emacs-lisp
(use-package xcscope
:defer t
:
init
(progn (cscope-setup))
:
config
(progn (cscope-setup))
)
#+END_SRC
書き込み
プレビュー
読み込み中…
キャンセル
保存