Skip to content

Commit

Permalink
Merge pull request #410 from nanasess/add-mew-oauth2
Browse files Browse the repository at this point in the history
Disable unstable features
  • Loading branch information
nanasess authored Oct 18, 2024
2 parents fcfe036 + 931fea3 commit e9b079e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .emacs.d/.mew.d/.mew.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; Mew Setting

;; format-flowed
(setq mew-use-format-flowed t)
(setq mew-use-format-flowed nil)

;; 未読マーク
(setq mew-use-unread-mark t)
Expand Down Expand Up @@ -57,7 +57,7 @@
(setq mew-mbox-command "incm")
(setq mew-mbox-command-arg "-u -d $HOME/Maildir")

(setq mew-use-biff t)
(setq mew-use-biff nil)
(setq mew-pop-biff-interval 1)
(setq mew-use-cached-passwd t)
(setq mew-passwd-lifetime 30)
Expand Down
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 e9b079e

Please sign in to comment.