diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-15 19:50:49 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-15 19:50:49 -0700 |
| commit | 145b34e96ade3812410d38690723390dc6379b38 (patch) | |
| tree | 8b7a12fc10a5929f5a4ec8a1572aa400be574dcd /config | |
| parent | 151689091466408a4361ae3c68addd8841f7f1e5 (diff) | |
update some scss
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 |
