treemacs icon indicating copy to clipboard operation
treemacs copied to clipboard

Treemacs position

Open AllanGErnst opened this issue 1 year ago • 1 comments

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

AllanGErnst avatar Mar 07 '23 09:03 AllanGErnst

This issue has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar May 06 '23 09:05 stale[bot]