Skip to content

Commit

Permalink
fix dead link closed #50
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi1120 committed May 29, 2020
1 parent a71ed02 commit 8276ecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ M-x langtool-show-message-at-point

* Show LanguageTool report automatically by `popup`
This idea come from:
http://d.hatena.ne.jp/LaclefYoshi/20150912/langtool_popup
https://laclefyoshi.hatenablog.com/entry/20150912/langtool_popup

```
(defun langtool-autoshow-detail-popup (overlays)
Expand Down
4 changes: 2 additions & 2 deletions langtool.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Keywords: docs
;; URL: https://github.com/mhayashi1120/Emacs-langtool
;; Emacs: GNU Emacs 24 or later
;; Version: 2.2.0
;; Version: 2.2.1
;; Package-Requires: ((cl-lib "0.3"))

;; This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -153,7 +153,7 @@

;; * Show LanguageTool report automatically by `popup'
;; This idea come from:
;; http://d.hatena.ne.jp/LaclefYoshi/20150912/langtool_popup
;; https://laclefyoshi.hatenablog.com/entry/20150912/langtool_popup
;;
;; (defun langtool-autoshow-detail-popup (overlays)
;; (when (require 'popup nil t)
Expand Down

0 comments on commit 8276ecc

Please sign in to comment.