diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-21 21:27:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-21 21:27:44 -0400 |
commit | 989db4c54603ffa7609b4e3540ddd500d2c893be (patch) | |
tree | 63e09932eb0b694a3d6bb4182f90598b1e08a198 /dotfiles | |
parent | a870f378dcd099ab73c8505930403af48d466f89 (diff) |
Update Emacs config.
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.emacs.d/init.el | 8 |
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) |