diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-26T14·29-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-26T14·29-0400 |
commit | 699da9cebdeefc2fdba47dbe98fa95752d6472c1 (patch) | |
tree | 759fe5a2bab5a6a28392a7221b87d36ad29d90c1 /config.el | |
parent | 77f6ed22065e026be826f978905097742dbb3fc4 (diff) |
Drop nix-yapf-mode
we're using black now
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.el b/config.el index 1ba55b2ad379..5dfcbb5cd848 100644 --- a/config.el +++ b/config.el @@ -22,7 +22,6 @@ (load! "utils") (load! "company-sql") (load! "org-query") -;; (load! "nix-yapf-mode") (load! "show-matching-paren") (load! "irc") (load! "github-org") |