From 0a6384aaf6a5b02944ab44e8ad2628022cff0a73 Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 4 Nov 2019 16:38:54 +0000 Subject: ~moved treemacs/toggle call to end of routine +treemacs/toggle forces the cursor to focus on it. Open windows first then toggle treemacs. --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index d89137f..02f8ea5 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -75,9 +75,9 @@ issue I had with font ligatures. #+BEGIN_SRC elisp (defun oreodave/oreomode() (interactive) - (+treemacs/toggle) (evil-window-vsplit) ; Full length vertical (evil-window-split) ; half length horizontal + (+treemacs/toggle) (message "Oreomode complete!")) #+END_SRC A little function to turn on most of my helper things that I use on a daily basis. -- cgit v1.2.3-13-gbd6f