diff options
Diffstat (limited to 'emacs/modify-startup.patch')
-rwxr-xr-x | emacs/modify-startup.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs/modify-startup.patch b/emacs/modify-startup.patch new file mode 100755 index 0000000..28ff766 --- /dev/null +++ b/emacs/modify-startup.patch @@ -0,0 +1,13 @@ +--- a/lisp/startup.el 2024-06-21 15:08:53.000000000 +0200 ++++ b/lisp/startup.el 2024-09-19 23:54:42.409822828 +0200 +@@ -1980,10 +1980,6 @@ + :link `("Customize Startup" + ,(lambda (_button) (customize-group 'initialization)) + "Change initialization settings including this screen") +- "\t" +- :link `("Explore Packages" +- ,(lambda (_button) (call-interactively 'package-list-packages)) +- "Explore, install and remove Emacs packages (requires Internet connection)") + "\n")) + (fancy-splash-insert + :face 'variable-pitch "To quit a partially entered command, type " |