+Put absolute path to docsets

This commit is contained in:
oreodave
2019-08-08 11:27:30 +01:00
parent aeefeb8c6c
commit c65da51765

View File

@@ -77,6 +77,11 @@ I like monokai :)
(setq wakatime-api-key (shell-command-to-string "pass Keys/Wakatime")) (setq wakatime-api-key (shell-command-to-string "pass Keys/Wakatime"))
#+END_SRC #+END_SRC
Using new password holder (pass) to help with secure transactions. Using new password holder (pass) to help with secure transactions.
** Dash
#+BEGIN_SRC emacs-lisp
(setq dash-docs-docsets-path "~/.docsets")
#+END_SRC
My docsets are stored in .docsets for ease of use
* Languages * Languages
** C# ** C#
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp