emacs.d

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

commit 014f3ec4173b982eadaa3e562cc8b4055eccece0
parent bc7b53745e87143cbebaad1e1f49a06c4c1dc50f
Author: Cem Keylan <cem@ckyln.com>
Date:   Sun,  5 Jul 2020 17:47:22 +0300

treemacs: remove package

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

diff --git a/init.org b/init.org @@ -33,7 +33,6 @@ on this file itself. - [[#company-mode][Company Mode]] - [[#mingus][Mingus]] - [[#projectile][Projectile]] - - [[#treemacs][Treemacs]] - [[#emacs-dashboard][emacs-dashboard]] - [[#elfeed][elfeed]] - [[#extras][Extras]] @@ -500,34 +499,6 @@ simple, straightforward interface. '(:key "C-c p s g" :description "grep in project")) ) #+END_SRC -** Treemacs -#+BEGIN_SRC emacs-lisp - (use-package treemacs - :straight t - :bind ("C-c t" . treemacs) - :custom (treemacs-no-png-images t) - :config - (cheatsheet-add-group 'Treemacs - '(:key "C-c t" :description "open treemacs") - '(:key "C-c C-p a" :description "select a new project to add to the treemacs workspace") - '(:key "C-c C-p d" :description "remove project at point from the workspace")) - ) - - (use-package treemacs-evil - :straight t - :requires treemacs - :after (treemacs evil)) - - (use-package treemacs-magit - :straight t - :requires treemacs - :after (treemacs magit)) - - (use-package treemacs-projectile - :straight t - :requires treemacs - :after (treemacs projectile)) -#+END_SRC ** emacs-dashboard #+BEGIN_SRC emacs-lisp (use-package dashboard