aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-04 01:02:23 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-04 01:02:23 +0000
commit306eae59173fc9b14f700d772a450b5ae109e930 (patch)
treee984715acae44f2f29b1a692e65fbdce5da43ea9 /doom.d/config.org
parenta8aac76a87b0b0c72fd64063897609aa2d15be89 (diff)
downloaddotfiles-306eae59173fc9b14f700d772a450b5ae109e930.tar.gz
dotfiles-306eae59173fc9b14f700d772a450b5ae109e930.tar.bz2
dotfiles-306eae59173fc9b14f700d772a450b5ae109e930.zip
+oreomode for some basic recurrent operations
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index cf5c35d..0348f52 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -69,6 +69,16 @@ Open a Dired session to the books directory in the org-directory.
#+END_SRC
This hook was given to me by our lord and saviour Henrik. Fixes a single font
issue I had with font ligatures.
+** Oreomode
+#+BEGIN_SRC elisp
+(defun oreodave/oreomode()
+ (interactive)
+ (+treemacs/toggle)
+ (evil-window-vsplit) ; Full length vertical
+ (evil-window-split) ; half length horizontal
+ (message "Oreomode complete!"))
+#+END_SRC
+A little function to turn on most of my helper things that I use on a daily basis.
* Packages Config
** Projectile
#+BEGIN_SRC elisp