From 3d61d02ea0988be261617f0b0e4a49db25ed2864 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 9 Feb 2020 12:51:17 +0000 Subject: -oreomode Oreomode is literally useless and cringy. Honestly if I need to setup a debug system (which I don't, most of the time) then I'll do it myself. --- doom.d/modules/personal.org | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doom.d/modules/personal.org') 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. -- cgit v1.2.3-13-gbd6f