소스 검색

Add browse-url-macosx-vivaldi-browser

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

+ 11
- 0
emacs.el 파일 보기

@@ -3061,6 +3061,17 @@ Any output will be written to current buffer."
(mmv-draw-mark))


(defun browse-url-macosx-vivaldi-browser (url &rest args)
"Invoke the macOS Vlvaldi Web browser with URL.
ARGS are not used."
(interactive (browse-url-interactive-arg "URL: "))
(start-process (concat "vivaldi " url)
nil
"/Applications/Vivaldi.app/Contents/MacOS/Vivaldi"
url))



;; https://emacs-jp.github.io/tips/startup-optimization
;; Restore to original value
(setq gc-cons-threshold my-orig-gc-cons-threshold)


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