diff options
author | venomade <venomade@venomade.com> | 2025-02-27 20:43:57 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-02-27 20:43:57 +0000 |
commit | 5d9bdf29ed503d78b4dcddc40cae59dd874725f1 (patch) | |
tree | 4053c85b0ac8dff53199d6f4082f196b39a3298c /.emacs.d/init.el | |
parent | 9eb18a3288249845c7dd8143da6aaac9d808d988 (diff) |
Add more configs and the stow ignore
Add configs for: Midnight Commander Emacs mg git X11
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el new file mode 100644 index 0000000..ff20d92 --- /dev/null +++ b/.emacs.d/init.el @@ -0,0 +1,4 @@ +(org-babel-load-file + (expand-file-name + "config.org" + user-emacs-directory)) |