소스 검색

Update

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

+ 8
- 0
emacs.el 파일 보기

@@ -2568,6 +2568,13 @@ ARG is num to show, or defaults to 7."
(define-key ctl-x-map "T" 'git-worktree)
(define-key ctl-x-map "W" 'git-walktree)

(defun mkcdd ()
"Make date directory and open it with dired."
(interactive)
(let ((d (format-time-string "%Y%m%d-%H%M%S")))
(make-directory d)
(find-file d)))

(when (fboundp 'browse-url-default-macosx-browser)
(defalias 'browse-osx 'browse-url-default-macosx-browser))

@@ -2997,6 +3004,7 @@ ARGS are not used."
;; (set-variable 'eglot-extend-to-xref t))

(set-variable 'lsp-python-ms-auto-install-server t)
(set-variable 'lsp-python-ms-parse-dot-env-enabled t)
(set-variable 'lsp-python-ms-python-executable-cmd "python3")
(add-hook 'python-mode-hook #'my-lsp-python-setup)



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