From 5386225841b0cb49c0036a5fce9825f1d7f38673 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 15 May 2019 09:44:42 -0400 Subject: send automatically generated local emacs configs into ~/.emacs.d/local.conf --- .emacs | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index a39bed7..d95d91c 100644 --- a/.emacs +++ b/.emacs @@ -1,4 +1,5 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") +(setq custom-file "~/.emacs.d/local.conf") (require 'package) (setq package-enable-at-startup nil) -- cgit v1.2.3