diff options
author | William Carroll <wpcarro@gmail.com> | 2022-08-01T21·10-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-08-02T20·29+0000 |
commit | 17ce59561073913fffcd64dbbd50bc2535607720 (patch) | |
tree | 2251f80794ee59d4f7b88f2541c67ed25860068f /users/wpcarro/emacs/default.nix | |
parent | a89d8627ed60074843275b3d3124ca6e8d0ef8e5 (diff) |
fix(wpcarro/clipmenu): Enable services.clipmenu r/4367
Restore `clipmenu.el` functionality! After running `sudo rebuild-system` I still needed to `systemctl --user start clipmenu`, which I didn't expect. Maybe this will DWIM after a reboot. Change-Id: I51550561c5b6d253cd52790749d07a2e3e72aecc Reviewed-on: https://cl.tvl.fyi/c/depot/+/6024 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/default.nix')
-rw-r--r-- | users/wpcarro/emacs/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index be79884b46ba..203a65d02a7c 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -12,7 +12,6 @@ let emacsBinPath = makeBinPath ( wpcarro.common.shell-utils ++ (with pkgs; [ - clipmenu ispell nix pass @@ -55,8 +54,6 @@ let vterm base16-theme password-store - # TODO(wpcarro): Prefer an Emacs client for clipmenud. - clipmon csharp-mode dockerfile-mode evil |