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
12language : elixir
23cache : apt
34env :
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
1714before_install :
1815 - 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
2017 - cask
2118install :
2219 - 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+
14## v2.3.1 - 2016/04/19
25* [ #337 ] ( https://github.com/elixir-editors/emacs-elixir/pull/337 ) - Fix indentation issue after COMMA token
36* [ #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 66(files " *.el" )
77
88(development
9+ (depends-on " pkg-info" )
910 (depends-on " ert-runner" ))
Original file line number Diff line number Diff line change 2828(defcustom elixir-format-arguments nil
2929 " Additional arguments to 'mix format'"
3030 :type '(repeat string)
31+ :group 'elixir
3132 :group 'elixir-format )
3233
3334(defcustom elixir-format-hook nil
3435 " Hook called by `elixir-format' ."
3536 :type 'hook
37+ :group 'elixir
3638 :group 'elixir-format )
3739
3840
Original file line number Diff line number Diff line change 1111; ; Created: Mon Nov 7 2011
1212; ; Keywords: languages elixir
1313; ; Version: 2.4.0
14- ; ; Package-Requires: ((emacs "24") (pkg-info "0.4 "))
14+ ; ; Package-Requires: ((emacs "26.3 "))
1515
1616; ; This file is not a part of GNU Emacs.
1717
You can’t perform that action at this time.
0 commit comments