aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-05-15 09:44:42 -0400
committerRyan Kavanagh <rak@debian.org>2019-05-15 09:44:42 -0400
commit5386225841b0cb49c0036a5fce9825f1d7f38673 (patch)
tree467c8ef357bb9ad6cdfa5192988c687a18aefc01 /.emacs
parentAutomatically label certain latex environments. (diff)
send automatically generated local emacs configs into ~/.emacs.d/local.conf
Diffstat (limited to '.emacs')
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
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)