Skip to content

Commit

Permalink
last time to support Emacs v24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Jan 23, 2018
1 parent 4add8b9 commit 012a5e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -458,16 +458,16 @@ My own snippets is at =~/.emacs.d/snippets=.

Other directories don't matter.
** About Emacs 23
Emacs 23 support was dropped on <2015-04-21>.

The latest Emacs23 compatible version of setup is 1.2!
Version 1.2 of this setup is the last versionit to support Emacs v23.

Here are the steps to use that setup:
- Download [[https://github.com/redguardtoo/emacs.d/archive/1.2.zip]]
- Download [[https://github.com/redguardtoo/myelpa/archive/1.2.zip]]
- Follow the section =Install stable version in easiest way= but skip the download steps
** About Emacs 24.3
Version 2.6 is the last versionit to support =Emacs 24.3=.

Since most third party plugins don't support Emacs 23 any more, I strongly recommend upgrading to Emacs 24!
Download [[https://github.com/redguardtoo/emacs.d/archive/2.6.zip]] and [[https://github.com/redguardtoo/myelpa/archive/2.6.zip]] and you are good to go.
** Editing Emacs Lisp
We use [[https://github.com/abo-abo/lispy/tree/0.26.0][lispy]] and [[https://github.com/noctuid/lispyville][lispyville]] when editing Emacs Lisp. So you need be familar with their key bindings.
* Tips
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
(require-package 'jss)
(require-package 'undo-tree)
(require-package 'lispy)
(require-package 'lispyville)
(unless *emacs24old* (require-package 'lispyville))
(require-package 'evil)
(require-package 'evil-escape)
(require-package 'evil-exchange)
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,6 @@ If no region is selected. You will be asked to use `kill-ring' or clipboard inst
(add-to-list 'grep-find-ignored-files v))))
;; }}

(add-hook 'lispy-mode-hook #'lispyville-mode)
(unless *emacs24old* (add-hook 'lispy-mode-hook #'lispyville-mode))

(provide 'init-misc)

0 comments on commit 012a5e7

Please sign in to comment.