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

Dired folders and symbolic links looking weird if i'm using daemon #75

Open
Lau-San opened this issue Jan 10, 2022 · 0 comments
Open

Dired folders and symbolic links looking weird if i'm using daemon #75

Lau-San opened this issue Jan 10, 2022 · 0 comments

Comments

@Lau-San
Copy link

Lau-San commented Jan 10, 2022

Hey, so I'm using emacs as a daemon, but for some reason, when using Dired like this the folders look all weird as well as the links and when I try to open them they open a new empty file.

This is how it looks

And when I try to open any of these, it says "File no longer exists". But when I try with regular emacs, it works just fine.

My dired config:

(use-package dired
  :ensure nil
  :commands (dired dired-jump)
  :custom
  (dired-listing-switches "-alhov --color=always --group-directories-first")
  :config
  (setq delete-by-moving-to-trash t)
  )

(use-package dired-single
  :after dired
  )

(use-package all-the-icons-dired
  :hook (dired-mode . all-the-icons-dired-mode)
  )

(use-package dired-open
  :commands (dired-mode dired-jump)
  :config
  (setq dired-open-extensions '(("png" . "feh")
                                ("mp4" . "vlc")))
  )

(use-package dired-hide-dotfiles
  :hook (dired-mode . dired-hide-dotfiles-mode)
  )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant