-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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user