2021-03-16 20:12:46 +00:00
|
|
|
;;; 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/
|
|
|
|
|
|
2021-11-21 16:49:47 +00:00
|
|
|
(use-package neotree
|
2021-03-16 20:12:46 +00:00
|
|
|
:config
|
2021-11-21 16:49:47 +00:00
|
|
|
(setq neo-theme 'icons)
|
|
|
|
|
(setq neo-show-hidden-files t))
|