diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-17 08:27:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-17 08:27:14 -0500 |
commit | 3dd0dae028a03312b468e5364b2341adc23c70b2 (patch) | |
tree | 645e2ef707214c1a6028c9551b3649ed4430bf42 /modules | |
parent | 1b903ae2028a0e9c09946ad8a1cb98039f744ed0 (diff) | |
download | emacs-personal-3dd0dae028a03312b468e5364b2341adc23c70b2.tar.lz emacs-personal-3dd0dae028a03312b468e5364b2341adc23c70b2.tar.xz emacs-personal-3dd0dae028a03312b468e5364b2341adc23c70b2.zip |
neo-window-fixed-size nil
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init-neotree.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-neotree.el b/modules/init-neotree.el index 35e2e93..f5b22eb 100644 --- a/modules/init-neotree.el +++ b/modules/init-neotree.el @@ -36,6 +36,7 @@ neo-smart-open nil neo-mode-line-type 'none neo-window-width 25 + neo-window-fixed-size nil neo-show-updir-line nil neo-theme (if (display-graphic-p) 'icons 'arrow) neo-banner-message nil |