From 5ee6c267a98ad873f15187a87247a93de873c5bd Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 2 Mar 2020 23:14:51 +0000 Subject: +goto-dotfiles function Code cleanliness --- doom.d/modules/personal.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doom.d/modules/personal.org') diff --git a/doom.d/modules/personal.org b/doom.d/modules/personal.org index 0a209c6..e5a75ed 100644 --- a/doom.d/modules/personal.org +++ b/doom.d/modules/personal.org @@ -64,3 +64,13 @@ Function to quickly check weather, which is what I wanted wttrin for. (interactive) (wttrin (oreodave/password-store/get-password "location"))) #+END_SRC +* Go to dotfiles +A better version of 'goto private directory' which actually goes to my Dot files +directory overall. + +#+BEGIN_SRC elisp +(defun oreodave/goto-dotfiles () + "Go to the dotfiles directory" + (interactive) + (doom-project-find-file "~/Dotfiles")) +#+END_SRC -- cgit v1.2.3-13-gbd6f