GNU Emacs 31.1 Released With Mouse Control Enabled By Default, Theme For New Users - Phoronix

https://www.phoronix.com/news/GNU-Emacs-31.1-Released

10 points · 1 comments · view on lemmy.world

1 Comments

jmcunx@lemmy.sdf.org · 1 pts · 12d

I installed it on my Slackware 15.0 system and it went great, But one warning, you may need to add this exact line to the very first like of some .el files. Then maybe "compile" the .el files to .elc

;; -- lexical-binding: nil --

I had to add it to ~/.emacs, ~/.emacs.d/elpa/elpher-3.7.0/elpher.el and file ps-ccrypt.el to avoid an error message that kept popping up.