diff options
Diffstat (limited to 'doom.d/config.org')
-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. |