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

doom-neotree don't work in emacsclient -c #29

Closed
arkhan opened this issue Dec 20, 2016 · 6 comments
Closed

doom-neotree don't work in emacsclient -c #29

arkhan opened this issue Dec 20, 2016 · 6 comments

Comments

@arkhan
Copy link

arkhan commented Dec 20, 2016

hello i have this:

(use-package doom-themes
    :ensure t
    :init
    (load-theme 'doom-molokai t)
    :config
    (add-hook 'find-file-hook 'doom-buffer-mode)
    (add-hook 'minibuffer-setup-hook 'doom-brighten-minibuffer)
    (validate-setq org-fontify-whole-heading-line t
                   org-fontify-done-headline t
                   org-fontify-quote-and-verse-blocks t)
    (when (display-graphic-p)
      (require 'doom-neotree)
      (validate-setq doom-neotree-file-icons nil)))

when launch emacs, work fine, but in emacsclient -c dont work,

i eval this expression (display-graphic-p) and return t

Thanks

@hlissner
Copy link
Member

What OS are you running? And is emacsclient -c opening terminal or GUI emacs?

@arkhan
Copy link
Author

arkhan commented Dec 24, 2016

I'm using GNU/Linux, and launch emacsclient with dmenu_run

@hlissner
Copy link
Member

hlissner commented Jan 7, 2017

Sorry for the late reply. I'm looking into this now. Could you run this (framep-on-display) and tell me what it returns?

@arkhan
Copy link
Author

arkhan commented Jan 9, 2017

I'm running eva-expression for (framep-on-display), get this:

x

@hlissner
Copy link
Member

Sorry for the late reply, but I recently discovered this may be the same issue as #73 -- I talked about a solution in that thread.

Please have a look at that and see if that solves your issue.

@arkhan
Copy link
Author

arkhan commented Jul 19, 2017

Great now it works
thanks

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants