about summary refs log tree commit diff
path: root/config.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-18T15·34-0400
committerGriffin Smith <root@gws.fyi>2020-05-18T15·35-0400
commit2b9235bd59e42b508cf881795044ee5d59022689 (patch)
tree8ab27fa3525b3d3ed7aefc536074eb0d9d4af58d /config.el
parent0e3204bd22373dd74e5d65c5247b5d534a8560f7 (diff)
some irc
Diffstat (limited to 'config.el')
-rw-r--r--config.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/config.el b/config.el
index a2f63d3627..734ea7f996 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"