소스 검색

fix my-file-head

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

+ 10
- 3
emacs.el 파일 보기

@@ -1611,6 +1611,7 @@ This mode is a simplified version of `adoc-mode'."
(end 0)
(result '()))
(with-temp-buffer
(erase-buffer)
(while (<= (count-lines (point-min)
(point-max))
num)
@@ -1619,7 +1620,8 @@ This mode is a simplified version of `adoc-mode'."
nil
beg
end)
(setq beg end))
(goto-char (point-max))
(setq beg (+ beg size)))
(goto-char (point-min))
(while (< (length result) num)
(let ((start (point)))
@@ -1627,8 +1629,13 @@ This mode is a simplified version of `adoc-mode'."
(setq result
`(,@result ,(buffer-substring-no-properties start
(point))))))
result)))
;; (apply 'concat (my-file-head "./shrc" 10))
result
;; (buffer-substring-no-properties (point-min)
;; (progn
;; (forward-line num)
;; (point)))
)))
;; (apply 'concat (my-file-head "./shrc" 10)

(set-variable 'dumb-jump-prefer-searcher 'rg)



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