From 989db4c54603ffa7609b4e3540ddd500d2c893be Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Sep 2023 21:27:44 -0400 Subject: Update Emacs config. --- dotfiles/.emacs.d/init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dotfiles/.emacs.d/init.el') 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) -- cgit v1.2.3