diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-28 12:26:19 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-28 12:26:19 -0400 |
commit | 576a836414451dc213b06828fb2c869eb8644e18 (patch) | |
tree | 6d20162fe01532fc4267cc7e1dd459281e4f7a3d | |
parent | 01ae21b162ca7a17b412174f6c3c79ac22935b9a (diff) |
dmd: Update config.
-rw-r--r-- | dotfiles/.dmd.d/init.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.dmd.d/init.scm b/dotfiles/.dmd.d/init.scm index fa555fd..99edf73 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -22,6 +22,8 @@ (make <service> #:provides '(emacs) #:requires '() + ;; FIXME: Stopping this service doesn't kill emacs because it was + ;; daemonized. #:start (make-forkexec-constructor (list "emacs" "--daemon"))) ;; Customize X key bindings. (make <service> @@ -35,7 +37,6 @@ #:requires '() #:start (make-forkexec-constructor (list "gpg-agent" - "--daemon" "--enable-ssh-support" "--pinentry-program" (string-append %home "/.guix-profile/bin/pinentry-gtk-2")))) |