diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-06T14·58+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | 069ca630828435280cd41e30d3e75057180f333c (patch) | |
tree | 7d3e0d9f438386b9af284ea13412282abff8e319 /configs/shared/.emacs.d/wpc/packages/wpc-misc.el | |
parent | 7175d230c2cb2e5d90a25bcbd012ed75eaa96860 (diff) |
WIP: Nixify Emacs setup
The things that I dislike about this setup are: 1. `xref-find-definitions` takes me to `/nix/store`, which is a read-only version of the source code, so I cannot edit it, which doesn't feel lispy. 2. I need to rebuild the derivation when I change something, which also doesn't feel lispy. There are ways to circumvent both of these drawbacks, but for now, I'm checking this in only to later revert it.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/packages/wpc-misc.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/packages/wpc-misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el index a6b1aab50b55..8af54c36ca80 100644 --- a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el +++ b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el @@ -13,7 +13,7 @@ (display-time-mode 1) ;; disable custom variable entries from being written to ~/.emacs.d/init.el -(setq custom-file "~/.emacs.d/custom.el") +(setq custom-file "/tmp/custom.el") (load custom-file 'noerror) ;; integrate Emacs with X11 clipboard |