Pull Emacs 27 from @tazjin's depot

Here's what happened:

My `emacs.glinux` derivation relies on gLinux `/usr/bin/emacs`, and Google
recently published version 27, so all corporate machines (i.e. this laptop)
switched from Emacs 26 to Emacs 27 overnight.

However, my Nix derivation was building all of the packages for Emacs 26, so
some packages were compatible while others weren't.

The Elisp package, `emr`, doesn't build for version 27, so I dropped it
altogether.
This commit is contained in:
William Carroll 2020-09-02 14:05:20 +01:00
parent c17796a60d
commit 9c71c78abc
3 changed files with 6 additions and 13 deletions

View file

@ -295,13 +295,6 @@
:config
(paradox-enable))
;; TODO: Consider supporting a wpc-elisp.el package for Elisp tooling.
;; The following functions are quite useful for Elisp development:
;; - `emr-el-find-unused-definitions'
(use-package emr
:config
(define-key prog-mode-map (kbd "M-RET") #'emr-show-refactor-menu))
;; Start the Emacs server
(server-start)