소스 검색

Do not show mode-line and header-line in bs-show buffer

master
10sr 4 년 전
부모
커밋
8a3ea35146
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el 파일 보기

@@ -2055,7 +2055,10 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(set-variable 'bs-default-sort-name "by nothing")
(add-hook 'bs-mode-hook
(lambda ()
(set (make-local-variable 'scroll-margin) 0))))
(set (make-local-variable 'scroll-margin) 0)
(setq-local header-line-format nil)
(setq-local mode-line-format nil)
)))

;;(iswitchb-mode 1)
(icomplete-mode)


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