Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set-key-for-mode redefining doesn't work with emacsclient #3865

Closed
user471 opened this issue Nov 18, 2015 · 1 comment
Closed

set-key-for-mode redefining doesn't work with emacsclient #3865

user471 opened this issue Nov 18, 2015 · 1 comment
Labels
Key Bindings stale marked as a stale issue/pr (usually by a bot)

Comments

@user471
Copy link

user471 commented Nov 18, 2015

System Info

  • OS: windows-nt
  • Emacs: 24.5.1
  • Spacemacs: 0.105.0
  • Spacemacs branch: develop (rev. 7c160e8)
  • Distribution: spacemacs
  • Layers:
(auto-completion emacs-lisp haskell javascript csharp dash purescript syntax-checking markdown)

I use (server-start) in config.

There is "mss" 'haskell-interactive-bring in layer's config
I want to redefine it

  (evil-leader/set-key-for-mode 'haskell-mode
    "mss" (lambda () (interactive) (haskell-process-load-or-reload) (haskell-interactive-bring)))

When I open file with emacs the hotkey is working.
But when I open file with emacsclient the hotkey isn't working.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Key Bindings stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

2 participants