diff --git a/core/core-editor.el b/core/core-editor.el index bbe844be3..babfcb9c7 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -227,8 +227,6 @@ fundamental-mode) for performance sake." (def-package! expand-region :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 :commands (describe-buffer describe-command describe-file describe-keymap describe-option describe-option-of-type)) diff --git a/core/packages.el b/core/packages.el index fafc83011..9db2192a9 100644 --- a/core/packages.el +++ b/core/packages.el @@ -33,7 +33,6 @@ (package! avy) (package! command-log-mode) (package! expand-region) -(package! goto-last-change) (package! help-fns+) (package! imenu-anywhere) (package! imenu-list)