Skip to content

Commit

Permalink
Add easy-jekyll-ignore-error
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Dec 5, 2020
1 parent 2d6e523 commit b79176c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions easy-jekyll.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Masashi Miyaura
;; URL: https://github.com/masasam/emacs-easy-jekyll
;; Version: 2.4.29
;; Version: 2.4.30
;; Package-Requires: ((emacs "25.1") (request "0.3.0"))

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -1995,14 +1995,15 @@ output directories whose names match REGEXP."
(insert (concat (car lists) "\n"))
(pop lists))
(goto-char easy-jekyll--cursor)
(if easy-jekyll--refresh
(easy-jekyll-ignore-error
(if easy-jekyll--refresh
(progn
(when (< (line-number-at-pos) easy-jekyll--unmovable-line)
(goto-char (point-min))
(forward-line (- easy-jekyll--unmovable-line 1)))
(beginning-of-line)
(forward-char easy-jekyll--forward-char))
(forward-char easy-jekyll--forward-char))
(forward-char easy-jekyll--forward-char)))
(easy-jekyll-mode)
(when easy-jekyll-emacspeak
(easy-jekyll-emacspeak-filename)))))))
Expand Down

0 comments on commit b79176c

Please sign in to comment.