diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:24:23 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:32:27 -0700 |
commit | 2d544720b95bbd7c03469948e84d67933a93cd72 (patch) | |
tree | 8c0053062dc36a4d059227b361fcde65630986bf /.emacs | |
parent | a390e8f3acca537460cdae7544af7750b70c2961 (diff) |
emacs: separate some configs to config.el
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ ;; Load up the general config +(load-file "~/.emacs.local.d/config.el") (load-file "~/.emacs.local.d/general.el") ;; Modes |