summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-28 12:42:46 -0600
committerCase Duckworth2021-01-28 12:42:46 -0600
commit5480865bd33a4ecaaaa4e5d03160494047892d65 (patch)
treebb1ffd7968deb73b6857ea824b1393d697e232aa /config.org
parentChange expand-file-name to locate-user-emacs-file (diff)
downloademacs-5480865bd33a4ecaaaa4e5d03160494047892d65.tar.gz
emacs-5480865bd33a4ecaaaa4e5d03160494047892d65.zip
Change Emacs Autostart code
Hopefully this'll work everywhere.  It's honestly pretty frustrating.
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index fff22c5..8e3c056 100644 --- a/config.org +++ b/config.org
@@ -2486,8 +2486,8 @@ Startup folder:
2486 2486
2487 REM start emacs 2487 REM start emacs
2488 chdir %HOME% 2488 chdir %HOME%
2489 start "emacs-daemon" %EMACS% --daemon=autostart 2489 start "emacs-daemon" /wait %EMACS% --daemon
2490 start "emacs" %EMACSC% -n -c --server-file=autostart %* 2490 start "emacs-client" %EMACSC% -n -c -a "" %*
2491#+end_src 2491#+end_src
2492 2492
2493**** Emacs Client 2493**** Emacs Client