Remove goto-last-change

This plugin conflicts with goto-chg dependency in Evil.
This commit is contained in:
Henrik Lissner 2017-06-10 22:58:28 +02:00
parent ec23f1f06b
commit 5f65855f13
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 3 deletions

View file

@ -227,8 +227,6 @@ fundamental-mode) for performance sake."
(def-package! expand-region (def-package! expand-region
:commands (er/expand-region er/contract-region er/mark-symbol er/mark-word)) :commands (er/expand-region er/contract-region er/mark-symbol er/mark-word))
(def-package! goto-last-change :commands goto-last-change)
(def-package! help-fns+ ; Improved help commands (def-package! help-fns+ ; Improved help commands
:commands (describe-buffer describe-command describe-file :commands (describe-buffer describe-command describe-file
describe-keymap describe-option describe-option-of-type)) describe-keymap describe-option describe-option-of-type))

View file

@ -33,7 +33,6 @@
(package! avy) (package! avy)
(package! command-log-mode) (package! command-log-mode)
(package! expand-region) (package! expand-region)
(package! goto-last-change)
(package! help-fns+) (package! help-fns+)
(package! imenu-anywhere) (package! imenu-anywhere)
(package! imenu-list) (package! imenu-list)