Dotfiles/site-modules/core/files/emacs/src/treemacs.el
Ade Attwood 08335fba6a refactor(emacs): replace treemacs with neotree
Neotree has a much smaller foot print for me. This removes a lot of packages
that were not getting uses to intergate it with the lsp and projectile.
2021-11-21 16:49:47 +00:00

12 lines
349 B
EmacsLisp

;;; treemacs.el --- AMACS -*- lexical-binding: t -*-
;;
;; Copyright 2021 Practically.io All rights reserved
;;
;; Use of this source is governed by a BSD-style
;; licence that can be found in the LICENCE file or at
;; https://www.practically.io/copyright/
(use-package neotree
:config
(setq neo-theme 'icons)
(setq neo-show-hidden-files t))