Talk:Emacs Setup

From the CreationKit Wiki
Jump to navigation Jump to search

Using Emacs 23[edit source]

As the article suggests, this only works with Emacs 24. I was able to make it work for emacs 23 by substituting the following lines:

(define-derived-mode papyrus-mode prog-mode "Papyrus script"
  "Papyrus mode is for editing Skyrim's scripts"

With this one:

(defun papyrus-mode ()

I haven't done enough testing with it to see if everything is working correctly, but at least the syntax highlighting is working, and that was my main goal. Hopefully this will help someone else who wants to use emacs. - Nispio 09:14, 10 March 2012 (EST)