Skip to content

Commit

Permalink
set emacs 24.4 as min version, closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktasia committed May 26, 2016
1 parent 2c3ab93 commit 733be0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![Dumb Jump GIF](media/dumb-jump-v2.gif?raw=true)

## About
**Dumb Jump** is an Emacs "jump to definition" package with support for multiple programming languages that favors "just working". This means minimal -- and ideally zero -- configuration with absolutely no stored indexes (TAGS) or persistent background processes.
**Dumb Jump** is an Emacs "jump to definition" package with support for multiple programming languages that favors "just working". This means minimal -- and ideally zero -- configuration with absolutely no stored indexes (TAGS) or persistent background processes. Dumb Jump requires at least GNU Emacs `24.4`.


#### How it works
Expand Down
6 changes: 3 additions & 3 deletions dumb-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
;; Copyright (C) 2015-2016 jack angers
;; Author: jack angers
;; Version: 0.3.8
;; Package-Requires: ((f "0.17.3") (s "1.11.0") (dash "2.9.0") (popup "0.5.3"))
;; Package-Requires: ((emacs "24.4") (f "0.17.3") (s "1.11.0") (dash "2.9.0") (popup "0.5.3"))
;; Keywords: programming

;;; Commentary:

;; Dumb Jump is an Emacs "jump to definition" package with support for multiple programming languages that favors
;; "just working" over speed or accuracy. This means minimal -- and ideally zero -- configuration with absolutely
;; no stored indexes (TAGS) or persistent background processes. Dumb Jump performs best with The Silver Searcher
;; `ag` installed.
;; no stored indexes (TAGS) or persistent background processes. Dumb Jump performs best with The Silver Searcher
;; `ag` installed. Dumb Jump requires at least GNU Emacs 24.4.

;;; Code:
(require 'f)
Expand Down

0 comments on commit 733be0a

Please sign in to comment.