Custom file shouldn't be a .org!

Commit
46ba1d1a1e4fba78c8ecb2c4625986baa04cdaf6
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
Changed files
.gitignore
index 30f2d86b..ba13e4e8 100644..100644
@@ -1,11 +1,20 @@
1 1 # .gitignore
2 Added:
3 Added: # TeX artifacts
2 4 *.tex
3 5 *.lot
4 6 *.lof
7 Added:
8 Added: # These directories are populated on config execution.
5 9 elpa/**
6 10 url/**
7 11 auto-save-list/**
8 12 transient/**
13 Added:
14 Added: # Tangled .el files from .org
15 Added: blendoit/*.el
16 Added:
17 Added: # Misc
9 18 ido.last
10 19 recentf
11 20 srecode-map.el
README.org
index 000b193a..76c12e2b 100644..100644
@@ -12,9 +12,10 @@
12 12 mv ~/.emacs.d ~/.emacs.d.bkp
13 13 #+END_SRC
14 14
15 Removed: Clone my configuration folder to your home directory: =cd ~= followed by:
15 Added: Clone my configuration folder to your home directory:
16 16
17 17 #+BEGIN_SRC: emacs-lisp
18 Added: cd ~
18 19 git clone https://github.com/Blendoit/.emacs.d.git
19 20 #+END_SRC
20 21
README.pdf
index 63b49375..54c68f68 100644..100644

Binary files differ

blendoit/.gitignore
index 0e42b291..0233e752 100644..100644
@@ -1,2 +1,2 @@
1 1 # blendoit/.gitignore
2 Removed: *.el
2 Added:
blendoit/custom/custom-file.el
index 00000000..455c2e88 000000..100644
@@ -0,0 +1,71 @@
1 Added: (custom-set-variables
2 Added: ;; custom-set-variables was added by Custom.
3 Added: ;; If you edit it by hand, you could mess it up, so be careful.
4 Added: ;; Your init file should contain only one such instance.
5 Added: ;; If there is more than one, they won't work right.
6 Added: '(ansi-color-names-vector
7 Added: ["#3F3F3F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#DCDCCC"])
8 Added: '(company-quickhelp-color-background "#4F4F4F")
9 Added: '(company-quickhelp-color-foreground "#DCDCCC")
10 Added: '(cua-mode t nil (cua-base))
11 Added: '(custom-enabled-themes nil)
12 Added: '(custom-safe-themes
13 Added: (quote
14 Added: ("f56eb33cd9f1e49c5df0080a3e8a292e83890a61a89bceeaa481a5f183e8e3ef" default)))
15 Added: '(fci-rule-color "#383838")
16 Added: '(line-number-mode nil)
17 Added: '(nrepl-message-colors
18 Added: (quote
19 Added: ("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")))
20 Added: '(org-agenda-diary-file "~/org/PERSONAL/diary/diary.org")
21 Added: '(org-agenda-files (quote ("~/org/PERSONAL/diary/diary.org")))
22 Added: '(org-file-apps
23 Added: (quote
24 Added: ((auto-mode . emacs)
25 Added: ("\\.mm\\'" . default)
26 Added: ("\\.x?html?\\'" . default)
27 Added: ("\\.pdf\\'" . "mupdf %s"))))
28 Added: '(org-time-stamp-custom-formats (quote ("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M")))
29 Added: '(package-selected-packages
30 Added: (quote
31 Added: (which-key srefactor-lisp srefactor all-the-icons flycheck ibuffer-sidebar pdf-tools magit rainbow-delimiters smartparens mixed-pitch org-bullets use-package tabbar powerline ivy-hydra flatui-theme evil counsel company benchmark-init)))
32 Added: '(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838")))
33 Added: '(vc-annotate-background "#2B2B2B")
34 Added: '(vc-annotate-color-map
35 Added: (quote
36 Added: ((20 . "#BC8383")
37 Added: (40 . "#CC9393")
38 Added: (60 . "#DFAF8F")
39 Added: (80 . "#D0BF8F")
40 Added: (100 . "#E0CF9F")
41 Added: (120 . "#F0DFAF")
42 Added: (140 . "#5F7F5F")
43 Added: (160 . "#7F9F7F")
44 Added: (180 . "#8FB28F")
45 Added: (200 . "#9FC59F")
46 Added: (220 . "#AFD8AF")
47 Added: (240 . "#BFEBBF")
48 Added: (260 . "#93E0E3")
49 Added: (280 . "#6CA0A3")
50 Added: (300 . "#7CB8BB")
51 Added: (320 . "#8CD0D3")
52 Added: (340 . "#94BFF3")
53 Added: (360 . "#DC8CC3"))))
54 Added: '(vc-annotate-very-old-color "#DC8CC3"))
55 Added: (custom-set-faces
56 Added: ;; custom-set-faces was added by Custom.
57 Added: ;; If you edit it by hand, you could mess it up, so be careful.
58 Added: ;; Your init file should contain only one such instance.
59 Added: ;; If there is more than one, they won't work right.
60 Added: '(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 142 :width normal))))
61 Added: '(fixed-pitch ((t (:family "Hack"))))
62 Added: '(org-document-title ((t (:inherit default :weight bold :font "Liberation Sans" :height 2.0 :underline nil))))
63 Added: '(org-level-1 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.75))))
64 Added: '(org-level-2 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.5))))
65 Added: '(org-level-3 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.25))))
66 Added: '(org-level-4 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.1))))
67 Added: '(org-level-5 ((t (:inherit default :weight bold :font "Liberation Sans"))))
68 Added: '(org-level-6 ((t (:inherit default :weight bold :font "Liberation Sans"))))
69 Added: '(org-level-7 ((t (:inherit default :weight bold :font "Liberation Sans"))))
70 Added: '(org-level-8 ((t (:inherit default :weight bold :font "Liberation Sans"))))
71 Added: '(variable-pitch ((t (:family "Liberation Sans")))))
blendoit/init-blendoit.org
index e9caf197..d3b2f822 100644..100644
@@ -31,8 +31,8 @@
31 31 #+NAME: custom-file
32 32 #+BEGIN_SRC emacs-lisp
33 33
34 Removed: (setq custom-file "~/.emacs.d/blendoit/custom/custom-file.org")
35 Removed: (org-babel-load-file custom-file)
34 Added: (setq custom-file "~/.emacs.d/blendoit/custom/custom-file.el")
35 Added: (load custom-file)
36 36 #+END_SRC
37 37
38 38 ** Shortcut
blendoit/init-blendoit.pdf
index 96a5f9d9..dbaed0e0 100644..100644

Binary files differ