diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 16:38:54 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 16:38:54 +0000 |
commit | 0a6384aaf6a5b02944ab44e8ad2628022cff0a73 (patch) | |
tree | 4010ad257cf4102d44adbcb130f73ecc3801ec17 | |
parent | 306eee101d895478252dc3493217d76ddd702e59 (diff) | |
download | dotfiles-0a6384aaf6a5b02944ab44e8ad2628022cff0a73.tar.gz dotfiles-0a6384aaf6a5b02944ab44e8ad2628022cff0a73.tar.bz2 dotfiles-0a6384aaf6a5b02944ab44e8ad2628022cff0a73.zip |
~moved treemacs/toggle call to end of routine
+treemacs/toggle forces the cursor to focus on it. Open windows first
then toggle treemacs.
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
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. |