소스 검색

Add

master
10sr 1 개월 전
부모
커밋
1ab3bac137
서명 추출에 실패
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      emacs.el

+ 10
- 0
emacs.el 파일 보기

@@ -378,6 +378,16 @@ Otherwize hook it."
(add-hook 'conf-mode-hook
'my-set-require-final-newline)

(defun my-set-configure-gitconfig ()
"Configure .gitconfig and .git/config ."
(when (cl-loop for re in '("/.gitconfig\\'" "/.git/config\\'")
if (string-match-p re buffer-file-name) return t
finally return nil)
(setq indent-tabs-mode t)))

(add-hook 'conf-mode-hook
'my-set-configure-gitconfig)

;; Used from term-cursor
;; hbar is too hard to find...
(defun my-cursor-type-change (&rest args)


불러오는 중...
취소
저장