~moved treemacs/toggle call to end of routine

+treemacs/toggle forces the cursor to focus on it. Open windows first
then toggle treemacs.
This commit is contained in:
oreodave
2019-11-04 16:38:54 +00:00
parent 306eee101d
commit 0a6384aaf6

View File

@@ -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.