diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/emacs.org | 1 | ||||
| -rw-r--r-- | config/nix.org | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/emacs.org b/config/emacs.org index 375c31e..ce61b4a 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -451,6 +451,7 @@ This is my org mode configuration, which also configures latex. :hook ((org-mode . remove-annoying-pairing)) :custom + (org-log-into-drawer t) (org-export-allow-bind-keywords t "don't emit warnings") (org-confirm-babel-evaluate nil "I want to evaluate stuff when publishing") ;; Fix terrible indentation issues diff --git a/config/nix.org b/config/nix.org index 71d9b4c..afc94ab 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3252,6 +3252,7 @@ in (if config.monorepo.profiles.lang-python.enable then (with pkgs; [ poetry python3 + python312 semgrep ty ruff |
