소스 검색

Add configs

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

+ 10
- 1
emacs.el 파일 보기

@@ -742,6 +742,12 @@ found, otherwise returns nil."
;; Include some extra modes
(require 'generic-x)

(when (autoload-eval-lazily 'ggtags)
(add-hook 'c-mode-common-hook
(lambda ()
(when (derived-mode-p 'c-mode 'c++-mode 'java-mode)
(ggtags-mode 1)))))

(when (autoload-eval-lazily 'imenu-list)
(set-variable 'imenu-list-auto-resize t)
(set-variable 'imenu-list-focus-after-activation t)
@@ -1453,7 +1459,10 @@ Commands are searched from ALIST."
nil)))
(if cmd
(list (read-shell-command "grep command: "
cmd
(concat cmd
"\""
(thing-at-point 'symbol t)
"\"")
'grep-find-history))
(error "My-Rgrep: Command for rgrep not found")
)))


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