Skip to content

Commit

Permalink
Upgrade Emacsen
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Jan 5, 2023
1 parent e05a74e commit bdc5c34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ Install all your applications and configure everything the way you like it with
binary isn't available anymore)

**** Text Editors
- [[https://emacsformacosx.com/][Emacs 27.1]]
- [[https://github.com/daviderestivo/homebrew-emacs-head][Emacs 28.0.50]]
- [[https://emacsformacosx.com/][Emacs 28.2]]
- [[https://github.com/daviderestivo/homebrew-emacs-head][Emacs 29]]
- [[http://macvim-dev.github.io/macvim/][MacVim]]
- [[https://github.com/neovim/neovim/wiki/Installing-Neovim][Neovim]]
- [[http://www.vim.org/][Vim]] (disabled by default until I figure out why it isn't compiling on
Expand Down
4 changes: 2 additions & 2 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
- role: emacs-pre-built
tags: [text-editors, bespoke-pkg, emacs-pre-built]
vars:
emacs_pre_built_version: "27.2"
emacs_pre_built_patch: "-3"
emacs_pre_built_version: "28.2"
emacs_pre_built_patch: ""
# emacs_pre_built_version: "26.1-rc1"
# emacs_pre_built_pretest: "yes"

Expand Down
2 changes: 1 addition & 1 deletion roles/build-emacs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

- name: Install Emacs
homebrew:
name: emacs-head@28
name: emacs-head@29
state: latest
install_options: with-cocoa,with-crash-debug,with-imagemagick,with-modern-icon-pen,with-native-comp,with-no-frame-refocus,with-pdumper,with-xwidgets

0 comments on commit bdc5c34

Please sign in to comment.