some irc
This commit is contained in:
parent
0e3204bd22
commit
2b9235bd59
2 changed files with 124 additions and 1 deletions
12
config.el
12
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue