diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:34:49 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:34:49 +0100 |
commit | df2517a6e8e36ffe1b71fe2ed870064fd69caf38 (patch) | |
tree | 9734aae4e80fa602ebdd1ff9346204e4282742b2 /doom.d/org/personal.org | |
parent | f695c12a49ac6a555191382f0c6655f23f744fb5 (diff) | |
download | dotfiles-df2517a6e8e36ffe1b71fe2ed870064fd69caf38.tar.gz dotfiles-df2517a6e8e36ffe1b71fe2ed870064fd69caf38.tar.bz2 dotfiles-df2517a6e8e36ffe1b71fe2ed870064fd69caf38.zip |
~Just use lambda for open dotfiles
Removed the oreodave/goto-dotfiles function.
Diffstat (limited to 'doom.d/org/personal.org')
-rw-r--r-- | doom.d/org/personal.org | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doom.d/org/personal.org b/doom.d/org/personal.org index b2683e0..5d55bef 100644 --- a/doom.d/org/personal.org +++ b/doom.d/org/personal.org @@ -71,13 +71,3 @@ 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 |