ソースを参照

Merge branch 'master' of github.com:10sr/dotfiles

pull/15/head
10sr 9年前
コミット
5e948f000b
2個のファイルの変更7行の追加2行の削除
  1. +6
    -1
      emacs.el
  2. +1
    -1
      shrc

+ 6
- 1
emacs.el ファイルの表示

@@ -1249,7 +1249,12 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(lambda ()
(outline-minor-mode 1)
(flyspell-mode)
(set (make-local-variable 'comment-start) ";"))))
(set (make-local-variable 'comment-start) ";")))
(add-hook 'gfm-mode-hook
(lambda ()
(define-key gfm-mode-map (kbd "C-m") 'electric-indent-just-newline)
;;(electric-indent-mode 0)
)))

;; c-mode
;; http://www.emacswiki.org/emacs/IndentingC


+ 1
- 1
shrc ファイルの表示

@@ -25,7 +25,7 @@ __match(){
expr "$1" : ".*$2.*" >/dev/null
}

__ln=$'\n'
__lf=$'\n'
__cr=$'\r'

test -n "$TMP" || export TMP=/tmp/${USER}-tmp


読み込み中…
キャンセル
保存