emacs-files/init.el

9 lines
346 B
EmacsLisp
Raw Permalink Normal View History

2019-07-12 22:23:32 +00:00
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2018-07-06 18:16:02 +00:00
;;
;; This Emacs initialization file bootstraps all settings from the
;; `configuration.org' file, which is in Literate Programming style.
2018-07-06 18:16:02 +00:00
;;
2019-07-12 22:23:32 +00:00
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2018-07-06 18:16:02 +00:00
(org-babel-load-file "~/.emacs.d/configuration.org")