aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/personal.org
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-02-09 12:51:17 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-02-09 12:51:17 +0000
commit3d61d02ea0988be261617f0b0e4a49db25ed2864 (patch)
tree6d69e31a6bde9a87542639f1523bdc9502b82681 /doom.d/modules/personal.org
parent7e887d8af9378ba760d3db88270baa950f6a09ab (diff)
downloaddotfiles-3d61d02ea0988be261617f0b0e4a49db25ed2864.tar.gz
dotfiles-3d61d02ea0988be261617f0b0e4a49db25ed2864.tar.bz2
dotfiles-3d61d02ea0988be261617f0b0e4a49db25ed2864.zip
-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.
Diffstat (limited to 'doom.d/modules/personal.org')
-rw-r--r--doom.d/modules/personal.org11
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.