summaryrefslogtreecommitdiff
path: root/dotfiles/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.emacs.d/init.el')
-rw-r--r--dotfiles/.emacs.d/init.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el
index 627ae21..a81d35a 100644
--- a/dotfiles/.emacs.d/init.el
+++ b/dotfiles/.emacs.d/init.el
@@ -1,5 +1,9 @@
;; -*- lexical-binding: t -*-
+;; (setq load-path
+;; (remove (concat (getenv "HOME") "/.guix-profile/share/emacs/site-lisp")
+;; load-path))
+
;; Super handy macro for loading packages but not stopping the init
;; process if they aren't found.
(require 'use-package)
@@ -419,7 +423,7 @@ indentation."
;;;
(setq epg-gpg-program "gpg")
-(setq epa-pinentry-mode 'loopback)
+(setq epg-pinentry-mode 'loopback)
;;;
@@ -439,7 +443,7 @@ indentation."
(erc-autojoin-channels-alist
'(("libera.chat"
"#gnuassembly" "#guile" "#guile-steel" "#guix" "#lispgames"
- "#chickadee" "#spritely")))
+ "#chickadee" "#spritely" "#ocapn" "#shirakumo")))
;; Don't open channel buffers in place of the current
;; buffer because that drives me fucking crazy.
(erc-join-buffer 'bury)