diff options
Diffstat (limited to 'doom.d/modules/personal.org')
-rw-r--r-- | doom.d/modules/personal.org | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doom.d/modules/personal.org b/doom.d/modules/personal.org index 592f932..1f41154 100644 --- a/doom.d/modules/personal.org +++ b/doom.d/modules/personal.org @@ -80,14 +80,3 @@ Function to get a password given a key. (wttrin (oreodave/password-store/get-password "location"))) #+END_SRC Function to quickly check weather, which is what I wanted wttrin for. -* Oreomode -#+BEGIN_SRC elisp -(defun oreodave/oreomode() - (interactive) - (evil-window-vsplit) ; Full length vertical - (evil-window-split) ; half length horizontal - (+treemacs/toggle) - (message "Oreomode complete!")) -#+END_SRC -A little routine to turn on most of my helper things that I use on a daily basis -but put into its own procedure because I don't want it active all the time. |