File tree Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
1
2
language : elixir
2
3
cache : apt
3
4
env :
4
- - EVM_EMACS=24.3
5
- - EVM_EMACS=24.4
6
- - EVM_EMACS=24.5
7
- - EVM_EMACS=25.1
8
- - EVM_EMACS=25.2
9
- matrix :
10
- include :
11
- - elixir : 1.0.5
12
- otp_release : 17.4
13
- - elixir : 1.4.3
14
- otp_release : 19.0
15
- - elixir : 1.6.0
16
- otp_release : 20.1
5
+ - EVM_EMACS=git-snapshot
6
+ - EVM_EMACS=26.3
7
+ elixir :
8
+ - 1.7.4
9
+ - 1.9.4
10
+ - 1.10.4
11
+ otp_release :
12
+ - 20.3
13
+ - 22.3
17
14
before_install :
18
15
- curl -fsSkL https://gist.githubusercontent.com/Trevoke/90409590f43abfd0d7fe3b02b5249849/raw > travis.sh && source ./travis.sh
19
- - evm install emacs-$EVM_EMACS-travis --use --skip
16
+ - evm install emacs-$EVM_EMACS-travis-linux-xenial --use --skip
20
17
- cask
21
18
install :
22
19
- cask install
Original file line number Diff line number Diff line change
1
+ ## v2.4.0 - Unreleased
2
+ * [ #459 ] ( https://github.com/elixir-editors/emacs-elixir/pull/459 ) - Customizable font-face for numbers
3
+
1
4
## v2.3.1 - 2016/04/19
2
5
* [ #337 ] ( https://github.com/elixir-editors/emacs-elixir/pull/337 ) - Fix indentation issue after COMMA token
3
6
* [ #333 ] ( https://github.com/elixir-editors/emacs-elixir/pull/333 ) - Fix indentation of second element inside list of tuples
Original file line number Diff line number Diff line change 6
6
(files " *.el" )
7
7
8
8
(development
9
+ (depends-on " pkg-info" )
9
10
(depends-on " ert-runner" ))
Original file line number Diff line number Diff line change 28
28
(defcustom elixir-format-arguments nil
29
29
" Additional arguments to 'mix format'"
30
30
:type '(repeat string)
31
+ :group 'elixir
31
32
:group 'elixir-format )
32
33
33
34
(defcustom elixir-format-hook nil
34
35
" Hook called by `elixir-format' ."
35
36
:type 'hook
37
+ :group 'elixir
36
38
:group 'elixir-format )
37
39
38
40
Original file line number Diff line number Diff line change 11
11
; ; Created: Mon Nov 7 2011
12
12
; ; Keywords: languages elixir
13
13
; ; Version: 2.4.0
14
- ; ; Package-Requires: ((emacs "24") (pkg-info "0.4 "))
14
+ ; ; Package-Requires: ((emacs "26.3 "))
15
15
16
16
; ; This file is not a part of GNU Emacs.
17
17
You can’t perform that action at this time.
0 commit comments