blob: da8f0d6760f5ba9a8e4e5eb1bb4aff7eeb13c561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
(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")
(load-file "~/.emacs.d/config_local.el")
(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")
(org-babel-load-file "~/.emacs.d/mms-misc-irc.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)
'(package-selected-packages '(eglot))
'(safe-local-variable-values
'((whitespace-line-column . 80)
(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.
'(org-document-title ((t (:inherit mms-org-headline :height 2.0))))
'(org-level-1 ((t (:inherit mms-org-headline :height 1.75))))
'(org-level-2 ((t (:inherit mms-org-headline :height 1.5))))
'(org-level-3 ((t (:inherit mms-org-headline :height 1.25))))
'(org-level-4 ((t (:inherit mms-org-headline :height 1.1))))
'(org-level-5 ((t (:inherit mms-org-headline :height 1.0)))))
(put 'narrow-to-region 'disabled nil)
|