I’m not sure if this is a Treemacs or Doom issue, but after upgrading Doom Emacs I’m unable to launch Treemacs to the left. It always opens in the bottom of the window, despite having treemacs-position 'left set.
I’ve got the following in my config.el:
(after! treemacs
(require 'dired)
;; Reload treemacs theme
(setq doom-themes-treemacs-enable-variable-pitch nil
doom-themes-treemacs-theme "doom-colors")
(doom-themes-treemacs-config)
(setq treemacs-show-hidden-files nil
treemacs-hide-dot-git-directory t
treemacs-width 36
treemacs-position 'left)
)
Doom version: GNU Emacs v28.1 Doom core v3.0.0-pre HEAD → master, origin/master, origin/HEAD 8f6b045df 2023-03-01 17:32:32 -0500 Doom modules v23.02.0-pre HEAD → master, origin/master, origin/HEAD 8f6b045df 2023-03-01 17:32:32 -0500