summaryrefslogtreecommitdiff
path: root/init.el
blob: 77ea0122df3f98a789682c5f2b0c2918bea39f66 (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
(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)