emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit cbc01964636ea7c4a85eee8206caeffbc90396ec
parent 9d5e8a12453a99979a751a61574a213ed5159842
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  3 Aug 2020 09:42:25 +0300

treemacs: add package

Diffstat:
Minit.org | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -692,6 +692,30 @@ which-key-mode shows key completions when the user is stuck in a prefix key. (which-key-mode)) #+END_SRC +*** Treemacs + +#+BEGIN_SRC emacs-lisp + (use-package treemacs + :straight t + :bind ("C-c t" . treemacs)) + + (use-package treemacs-all-the-icons + :after (treemacs all-the-icons) + :straight t) + + (use-package treemacs-magit + :after (treemacs magit) + :straight t) + + (use-package treemacs-projectile + :after (treemacs projectile) + :straight t) + + (use-package treemacs-evil + :after (treemacs evil) + :straight t) +#+END_SRC + * Filetype Configurations I would like to have some different configurations for filetypes. Those are for