~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:
@@ -75,9 +75,9 @@ issue I had with font ligatures.
|
|||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(defun oreodave/oreomode()
|
(defun oreodave/oreomode()
|
||||||
(interactive)
|
(interactive)
|
||||||
(+treemacs/toggle)
|
|
||||||
(evil-window-vsplit) ; Full length vertical
|
(evil-window-vsplit) ; Full length vertical
|
||||||
(evil-window-split) ; half length horizontal
|
(evil-window-split) ; half length horizontal
|
||||||
|
(+treemacs/toggle)
|
||||||
(message "Oreomode complete!"))
|
(message "Oreomode complete!"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
A little function to turn on most of my helper things that I use on a daily basis.
|
A little function to turn on most of my helper things that I use on a daily basis.
|
||||||
|
|||||||
Reference in New Issue
Block a user