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 f969098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 f969098

Please sign in to comment.