Skip to content

Commit

Permalink
Emacs version dependency should be a list rather than a string
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jun 8, 2017
1 parent cbb33c4 commit fdcc9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-isearch.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(global-set-key [remap query-replace] 'anzu-query-replace))

;; Activate occur easily inside isearch
(when (maybe-require-package 'emacs "24.3")
(when (maybe-require-package 'emacs '(24 3))
(define-key isearch-mode-map (kbd "C-c C-o") 'isearch-occur)) ;; to match ivy conventions

;; DEL during isearch should edit the search string, not jump back to the previous result
Expand Down

0 comments on commit fdcc9f9

Please sign in to comment.