about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-13 07:49:13 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-13 07:49:13 +0100
commit76b31811c08e863934abc71054c5467993576598 (patch)
treef9eac26699e4fd2bea100b549abaf3be1348e49b
parent3ce7ba4a435d35d0af8a99c22d1703436892d5f8 (diff)
downloaddotfiles-76b31811c08e863934abc71054c5467993576598.tar.gz
Use -f instead of --eval in upgrade_emacs alias
-rw-r--r--nixconf/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixconf/zsh.nix b/nixconf/zsh.nix
index 6169949..8118eb9 100644
--- a/nixconf/zsh.nix
+++ b/nixconf/zsh.nix
@@ -49,7 +49,7 @@
       mv = "mv -iv";
       mkdir = "mkdir -v";
       pp = "pushbullet push \"Pixel\" link \"\${1}\" \"\${1}\"";
-      upgrade_emacs = "emacs -Q --batch -L \"~/.emacs.d/lisp/\" -l \"init-packages.el\" --eval \"(my/upgrade-packages)\"";
+      upgrade_emacs = "emacs -Q --batch -L \"~/.emacs.d/lisp/\" -l \"init-packages.el\" -f \"my/upgrade-packages\"";
 
       # Git log aliases from the omz git plugin
       gl = "git pull";