From 9ab57ee255a03b86ed7303aa94959e3b104e1719 Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 19 Jan 2024 15:22:13 +0100 Subject: feat: extract into dedicated repo --- init.el | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 init.el (limited to 'init.el') diff --git a/init.el b/init.el new file mode 100644 index 0000000..77ea012 --- /dev/null +++ b/init.el @@ -0,0 +1,32 @@ +(org-babel-load-file "~/.emacs.d/mms-configuration.org") +(org-babel-load-file "~/.emacs.d/mms-keyboard.org") +(org-babel-load-file "~/.emacs.d/mms-gui.org") + +(org-babel-load-file "~/.emacs.d/config.org") + + +(org-babel-load-file "~/.emacs.d/mms-prog.org") +(org-babel-load-file "~/.emacs.d/mms-prog-ruby.org") + +(org-babel-load-file "~/.emacs.d/mms-ox.org") +(org-babel-load-file "~/.emacs.d/mms-ox-sprints.org") +(org-babel-load-file "~/.emacs.d/mms-ox-publish.org") + +(org-babel-load-file "~/.emacs.d/mms-misc.org") +(org-babel-load-file "~/.emacs.d/mms-misc-rss.org") + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(auth-source-save-behavior nil) + '(mml-secure-openpgp-sign-with-sender t) + '(safe-local-variable-values '((org-num-skip-tags "UNNUMBERED")))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) +(put 'narrow-to-region 'disabled nil) -- cgit v1.2.3