Doom Emacs Update Script Fix & Submodule Updates

- Update doom emacs update script to just do
  `upgrade` and `purge`
- Update doom-emacs, doom-emacs-config, and dwm-flexipatch
  submodules
This commit is contained in:
Sravan Balaji 2022-07-01 16:40:43 -04:00
parent b228e8713b
commit f1ce457e1f
5 changed files with 13 additions and 12 deletions

@ -1 +1 @@
Subproject commit bc32e2ec4c51c04da13db3523b19141bcb5883ba
Subproject commit c2f8476c8641fcc9a1371d873ed3b5924952a059

@ -1 +1 @@
Subproject commit 7f0e5c606a3f3c27e5acf85b71d72ce34aa62a16
Subproject commit cf8cc5aebf5eee4c1da555643f8c6026d7fb0149

@ -1 +1 @@
Subproject commit 3eddc34482d1e372822b72267800ec77b9934d68
Subproject commit 9706cb9cf7ea901fc6d63ab6ce50ed796b1e1de6

View File

@ -3,10 +3,10 @@
DOOM_BIN=~/.config/doom-emacs/bin/doom
DOOM_DIR_PATH=~/.config/doom-emacs-config
# Synchronize personal config
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync
# Upgrade packages
# Upgrade Doom to the latest version (then update your packages). This is equivalent to
# $ git pull
# $ doom sync
# $ doom update
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade
# Delete orphaned packages & repos, and compacts them

View File

@ -349,6 +349,7 @@ stow -v -D .
#+END_SRC
* Notifications
** Dunst Notification Daemon
*** Global
@ -6943,7 +6944,7 @@ Select the emacs configuration to use by default.
doom
#+END_SRC
*** Update Script
*** DOOM Emacs Update Script
Script to synchronize and update Doom Emacs configuration.
@ -6952,10 +6953,10 @@ Script to synchronize and update Doom Emacs configuration.
DOOM_BIN=~/.config/doom-emacs/bin/doom
DOOM_DIR_PATH=~/.config/doom-emacs-config
# Synchronize personal config
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync
# Upgrade packages
# Upgrade Doom to the latest version (then update your packages). This is equivalent to
# $ git pull
# $ doom sync
# $ doom update
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade
# Delete orphaned packages & repos, and compacts them