summaryrefslogtreecommitdiff
path: root/.config/doom/config.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/doom/config.org')
-rw-r--r--.config/doom/config.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/doom/config.org b/.config/doom/config.org
index 032bc804..bef6bce4 100644
--- a/.config/doom/config.org
+++ b/.config/doom/config.org
@@ -147,7 +147,7 @@ TODO: Breakup later
("j" "Journal entry")
("jP" "Journal entry private" entry (file+olp+datetree "~/org/journal-private.org") "** %U - %^{Heading}")
("jX" "Journal entry X-Team" entry (file+olp+datetree "~/org/journal-xteam.org") "** %U - %^{Heading}")
- ("jX" "Journal entry Lazer" entry (file+olp+datetree "~/org/journal-lazer.org") "** %U - %^{Heading}")
+ ("jL" "Journal entry Lazer" entry (file+olp+datetree "~/org/journal-lazer.org") "** %U - %^{Heading}")
)))
;; Custom agenda views
(setq org-agenda-custom-commands
@@ -343,12 +343,12 @@ text and copying to the killring."
:END:
#+begin_src emacs-lisp
-(require 'auto-virtualenv)
+;; (require 'auto-virtualenv)
(after! python
:init
- (add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv)
(add-hook 'python-mode-hook #'poetry-tracking-mode)
- (setq enable-local-variables :all))
+ (setq enable-local-variables :all)
+ (setq poetry-tracking-strategy 'projectile))
#+end_src
** Groovy
:PROPERTIES: