We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Emacs 25.1
I removed nearly everything from my .emacs, to make sure it wasn't me.
I have this:
(require 'neotree) (setq neo-smart-open t) (define-key neotree-mode-map (kbd "i") #'neotree-enter-horizontal-split) (define-key neotree-mode-map (kbd "I") #'neotree-enter-vertical-split)
;; i like horizontal splits because, that's the way Emacs was originally!!!! (setq split-width-threshold nil)
so open neotree, make sure you have one other window open, and do C-x-4-b otherwise know as switch-to-buffer-other-window.
And it opens a new frame ....
The text was updated successfully, but these errors were encountered:
For the moment, I've had to abandon neotree....
Sorry, something went wrong.
Sorry for delay reply. This is a bug!
add neotree-split-window-sensibly to fix issue #209
cfef603
This bug already fixed in cfef603 . Add flowing setting in your init file: (setq split-window-preferred-function 'neotree-split-window-sensibly)
(setq split-window-preferred-function 'neotree-split-window-sensibly)
Works for me! Thanks!
No branches or pull requests
Emacs 25.1
I removed nearly everything from my .emacs, to make sure it wasn't me.
I have this:
(require 'neotree)
(setq neo-smart-open t)
(define-key neotree-mode-map (kbd "i") #'neotree-enter-horizontal-split)
(define-key neotree-mode-map (kbd "I") #'neotree-enter-vertical-split)
;; i like horizontal splits because, that's the way Emacs was originally!!!!
(setq split-width-threshold nil)
so open neotree, make sure you have one other window open, and do C-x-4-b otherwise know as switch-to-buffer-other-window.
And it opens a new frame ....
The text was updated successfully, but these errors were encountered: