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

truncate-line doesn't work #356

Open
hvkwak opened this issue Jan 7, 2024 · 0 comments
Open

truncate-line doesn't work #356

hvkwak opened this issue Jan 7, 2024 · 0 comments

Comments

@hvkwak
Copy link

hvkwak commented Jan 7, 2024

Hi, thank you for this repo very much!

Please note that I have limited emacs experience. I was dissapointed with speedbar (especially due to its window width 50 issue). I am trying to fully show the current directory now using emacs-neotree, only to find truncated directory with an arrow as shown in this image:
Screenshot from 2024-01-07 16-08-32

Here's part of my init.el, where (setq truncate-lines nil) doesn't work. (add hook neither. I think I am missing something.) Any suggestions? Thank you!

(use-package neotree
  :ensure t
  :config
  (setq neo-window-width 40)
  (setq truncate-lines nil)
  )
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