dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

feat(emacs): use emacsclient to emacs by default

Open sei40kr opened this issue 4 years ago • 0 comments

Use emacsclient to open Emacs by default.

NixOS

Emacs daemon is provided by services.emacs. https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=services.emacs https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/editors/emacs.nix

Also need to remove the desktop entry that opens Emacs without emacsclient. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/editors/emacs.xml#L340-L344

Darwin

Emacs daemon is provided by services.emacs. https://daiderd.com/nix-darwin/manual/index.html

sei40kr avatar Dec 15 '21 18:12 sei40kr