From 2b9235bd59e42b508cf881795044ee5d59022689 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 18 May 2020 11:34:43 -0400 Subject: some irc --- config.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'config.el') 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 '' -A mu")) +;; "/share/emacs/site-lisp/mu4e")) ; (defconst rust-src-path ; (-> "/Users/griffin/.cargo/bin/rustc --print sysroot" -- cgit 1.4.1