-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.
This commit is contained in:
AChavali
2020-02-09 12:51:17 +00:00
parent 7e887d8af9
commit 3d61d02ea0

View File

@@ -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.