PDF/Evil: Remove unreproducible bug with windmove

master
Pierre Neidhardt 2019-03-03 13:18:38 +01:00
parent 5819f6ef6a
commit 17af8f4373
1 changed files with 1 additions and 3 deletions

View File

@ -229,7 +229,7 @@
;;; - Marks ;;; - Marks
;;; - Gallery ;;; - Gallery
;;; TODO: Is it possible to display an image fullscreen? ;;; TODO: Is it possible to display an image fullscreen?
;;; TODO: Image+: Dot no auto-adjust animated files ;;; TODO: Image+: Do no auto-adjust animated files
;;; https://github.com/mhayashi1120/Emacs-imagex/issues/10 ;;; https://github.com/mhayashi1120/Emacs-imagex/issues/10
;;; TODO: Image+: Restore animation state ;;; TODO: Image+: Restore animation state
;;; https://github.com/mhayashi1120/Emacs-imagex/issues/9 ;;; https://github.com/mhayashi1120/Emacs-imagex/issues/9
@ -359,8 +359,6 @@
;;; association. ;;; association.
;;; REVIEW: `save-place' does not seem to work with pdf-tools. ;;; REVIEW: `save-place' does not seem to work with pdf-tools.
;;; See https://github.com/politza/pdf-tools/issues/18. ;;; See https://github.com/politza/pdf-tools/issues/18.
;;; TODO: windmove fails when selecting text and then moving up/down.
;;; It only fails in Evil mode.
(nconc package-selected-packages '(pdf-tools)) (nconc package-selected-packages '(pdf-tools))
(when (require 'pdf-tools nil t) (when (require 'pdf-tools nil t)
;; (setq pdf-view-midnight-colors '("#ffffff" . "#000000")) ;; (setq pdf-view-midnight-colors '("#ffffff" . "#000000"))