diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-06T15·01+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | 6e77fc79782864e77e064383669617ef33d71b8d (patch) | |
tree | c8e15a056a7e35973613c58b8b29cbe62ecd0002 /configs/shared/.xsessionrc.shared | |
parent | 069ca630828435280cd41e30d3e75057180f333c (diff) |
Revert Nixified Emacs configuration
I attempted to Nixify my Emacs over winter break. I made some meaningful progress, but not enough progress to use my Nixified Emacs setup. Since Emacs is my primary editor and my window manager at work and at home, having a partially baked setup is untenable at the moment. Reverting these changes so that I can get on with my work, but checking them in so that I can pick up where I left off one day.
Diffstat (limited to 'configs/shared/.xsessionrc.shared')
-rw-r--r-- | configs/shared/.xsessionrc.shared | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared index f0f8355a820d..e22499b2866a 100644 --- a/configs/shared/.xsessionrc.shared +++ b/configs/shared/.xsessionrc.shared @@ -26,7 +26,7 @@ tmux new -d -s main # Start the Emacs server # TODO: Consider starting this with `systemctl --user enable emacs.service` -# emacs --daemon +emacs --daemon # Start ssh-agent eval "$(ssh-agent -s)" @@ -43,6 +43,6 @@ unclutter & # Startup Emacs (and EXWM). # TODO: Does this prevent the Emacs server (i.e. `emacs --daemon`) from running? -# NOTE: wpcarros-emacs is built with `nix-env -iA emacs -f .` from -# `CWD=~/Dropbox/dotfiles` -exec dbus-launch --exit-with-session wpcarros-emacs +# TODO: Do I even want `--exit-with-session`? This makes debugging Emacs more +# expensive than perhaps it should be. +exec dbus-launch --exit-with-session emacs |