소스 검색

Add

master
10sr 5 년 전
부모
커밋
dfcb9a2e2c
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일22개의 추가작업 그리고 9개의 파일을 삭제
  1. +22
    -9
      emacs.el

+ 22
- 9
emacs.el 파일 보기

@@ -91,6 +91,10 @@ found, otherwise returns nil."
;; It seems malabar has been merged into jdee and this package
;; already removed
;; malabar-mode
gosh-mode
scala-mode
;;ensime


;; ack
color-moccur
@@ -118,14 +122,13 @@ found, otherwise returns nil."
page-break-lines
;; sync-recentf
aggressive-indent
fancy-narrow
;; fancy-narrow
dired-filter
wgrep
magit
git-gutter

scala-mode
;;ensime
end-mark
sl

editorconfig
editorconfig-custom-majormode
@@ -148,9 +151,6 @@ found, otherwise returns nil."
ilookup
pasteboard

end-mark
sl
gosh-mode
))

(when (safe-require-or-eval 'package)
@@ -681,8 +681,8 @@ found, otherwise returns nil."
;; (set-face-underline 'vertical-border
;; nil)

(when (safe-require-or-eval 'end-mark)
(global-end-mark-mode))
;; (when (safe-require-or-eval 'end-mark)
;; (global-end-mark-mode))

;; M-x highlight-* to highlight things
(global-hi-lock-mode 1)
@@ -839,6 +839,19 @@ found, otherwise returns nil."
;; See also https://github.com/magit/magit/issues/3517
(global-magit-file-mode -1))

(with-eval-after-load 'magit-section
(set-face-background 'magit-section-highlight
nil))

(with-eval-after-load 'magit-diff
(set-face-background 'magit-diff-added-highlight
nil)
(set-face-background 'magit-diff-removed-highlight
nil)
(set-face-background 'magit-diff-context-highlight
nil)
)

(when (boundp 'git-rebase-filename-regexp)
(add-to-list 'auto-mode-alist
`(,git-rebase-filename-regexp . text-mode)))


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