Skip to content

Commit

Permalink
動作が不安定なのでコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 18, 2024
1 parent 7cf2be2 commit 931fea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .emacs.d/init.d/arch/gnu/linux/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
;; )
;;;
;;; see https://github.com/4U6U57/wsl-open
(when (executable-find "wsl-open")
(setq browse-url-generic-program "wsl-open")
(setq browse-url-browser-function 'browse-url-generic))
;; (when (executable-find "wsl-open")
;; (setq browse-url-generic-program "wsl-open")
;; (setq browse-url-browser-function 'browse-url-generic))

(require 'server)
(unless (server-running-p)
Expand Down
2 changes: 1 addition & 1 deletion .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
#'(lambda ()
(setq web-mode-enable-auto-indentation nil)))
(add-hook 'web-mode-hook 'editorconfig-apply)
(add-hook 'web-mode-hook 'prettier-js-mode)
;; (add-hook 'web-mode-hook 'prettier-js-mode)
(add-hook 'web-mode-hook
#'(lambda ()
(when (string-equal "vue" (file-name-extension buffer-file-name))
Expand Down

0 comments on commit 931fea3

Please sign in to comment.