diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·34-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·35-0400 |
commit | 2b9235bd59e42b508cf881795044ee5d59022689 (patch) | |
tree | 8ab27fa3525b3d3ed7aefc536074eb0d9d4af58d /config.el | |
parent | 0e3204bd22373dd74e5d65c5247b5d534a8560f7 (diff) |
some irc
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config.el b/config.el index a2f63d3627d5..734ea7f996b0 100644 --- a/config.el +++ b/config.el @@ -22,8 +22,18 @@ (load! "utils") (load! "company-sql") (load! "org-query") -(load! "nix-yapf-mode") +;; (load! "nix-yapf-mode") (load! "show-matching-paren") +(load! "irc") + +(require 's) + +;; (add-to-list 'load-path +;; (concat +;; (s-trim +;; (shell-command-to-string +;; "nix-build --no-link '<nixpkgs>' -A mu")) +;; "/share/emacs/site-lisp/mu4e")) ; (defconst rust-src-path ; (-> "/Users/griffin/.cargo/bin/rustc --print sysroot" |