blob: 556d0b8502c6e9e407c4f720dce94bf27de0f7af (
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
44
45
|
(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)
'(custom-safe-themes
'("ffba0482d3548c9494e84c1324d527f73ea4e43fff8dfd0e48faa8fc6d5c2bc7" "d0fd069415ef23ccc21ccb0e54d93bdbb996a6cce48ffce7f810826bb243502c" "cbd85ab34afb47003fa7f814a462c24affb1de81ebf172b78cb4e65186ba59d2" default))
'(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)
|