[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Relocate custom file.
blendoit/custom/custom-file.el
@@ -1,150 +0,0 @@
1
Removed:
(custom-set-variables
2
Removed:
;; custom-set-variables was added by Custom.
3
Removed:
;; If you edit it by hand, you could mess it up, so be careful.
4
Removed:
;; Your init file should contain only one such instance.
5
Removed:
;; If there is more than one, they won't work right.
6
Removed:
'(ansi-color-names-vector
7
Removed:
["#3F3F3F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#DCDCCC"])
8
Removed:
'(c-default-style
9
Removed:
(quote
10
Removed:
((java-mode . "java")
11
Removed:
(awk-mode . "awk")
12
Removed:
(other . "linux"))))
13
Removed:
'(company-quickhelp-color-background "#4F4F4F")
14
Removed:
'(company-quickhelp-color-foreground "#DCDCCC")
15
Removed:
'(cua-mode t nil (cua-base))
16
Removed:
'(custom-enabled-themes nil)
17
Removed:
'(custom-safe-themes
18
Removed:
(quote
19
Removed:
("f56eb33cd9f1e49c5df0080a3e8a292e83890a61a89bceeaa481a5f183e8e3ef" default)))
20
Removed:
'(fci-rule-color "#383838")
21
Removed:
'(ibuffer-sidebar-display-column-titles t)
22
Removed:
'(ibuffer-sidebar-display-summary t)
23
Removed:
'(ibuffer-sidebar-width 22)
24
Removed:
'(ledger-reports
25
Removed:
(quote
26
Removed:
(("bal" "%(binary) -f %(ledger-file) bal")
27
Removed:
("bal-USD" "%(binary) -f %(ledger-file) bal --exchange USD")
28
Removed:
("reg" "%(binary) -f %(ledger-file) reg")
29
Removed:
("net-worth" "%(binary) -f %(ledger-file) bal ^Assets ^Liabilities --exchange USD")
30
Removed:
("net-income" "%(binary) -f %(ledger-file) bal ^Income ^Expenses --exchange USD --depth 2 --invert")
31
Removed:
("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
32
Removed:
("account" "%(binary) -f %(ledger-file) reg %(account)")
33
Removed:
("budget" "%(binary) -f %(ledger-file) budget --exchange USD"))))
34
Removed:
'(line-number-mode nil)
35
Removed:
'(mode-line-format
36
Removed:
(quote
37
Removed:
("%e" mode-line-front-space mode-line-mule-info mode-line-client mode-line-modified mode-line-remote mode-line-frame-identification mode-line-buffer-identification " "
38
Removed:
(vc-mode vc-mode)
39
Removed:
" " mode-line-modes mode-line-misc-info mode-line-end-spaces)))
40
Removed:
'(nrepl-message-colors
41
Removed:
(quote
42
Removed:
("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")))
43
Removed:
'(org-agenda-diary-file "~/org/PERSONAL/diary/diary.org")
44
Removed:
'(org-agenda-files
45
Removed:
(quote
46
Removed:
("~/.emacs.d/blendoit/init-blendoit.org" "~/org/PERSONAL/workout/workout.org" "~/org/WORK/Safran/programs/MA700/notes/MA700-notes.org_archive" "~/org/WORK/Safran/programs/MA700/notes/MA700-notes.org" "~/org/PERSONAL/diary/log.org" "~/org/WORK/Safran/programs/B787/VIP/timeline.org" "~/org/PERSONAL/diary/diary.org" "~/org/WORK/Safran/programs/WFH/WFH-notes.org_archive" "~/org/WORK/Safran/programs/WFH/WFH-notes.org" "~/org/WORK/Safran/programs/PHM/PHM-notes.org_archive" "~/org/WORK/Safran/programs/MRJ/test-fixture-status.org" "~/org/WORK/Safran/programs/MRJ/MRJ-notes.org" "~/org/WORK/Safran/programs/A220/A220-notes.org" "~/org/PERSONAL/projects/projects.org" "~/org/PERSONAL/schedule-personal.org" "~/org/WORK/Safran/schedule-Safran.org" "~/org/people.org")))
47
Removed:
'(org-agenda-include-diary t)
48
Removed:
'(org-agenda-insert-diary-strategy (quote date-tree-last))
49
Removed:
'(org-agenda-skip-scheduled-if-deadline-is-shown (quote not-today))
50
Removed:
'(org-babel-load-languages
51
Removed:
(quote
52
Removed:
((shell . t)
53
Removed:
(python . t)
54
Removed:
(plantuml . t)
55
Removed:
(emacs-lisp . t)
56
Removed:
(awk . t)
57
Removed:
(ledger . t)
58
Removed:
(gnuplot . t))))
59
Removed:
'(org-file-apps
60
Removed:
(quote
61
Removed:
((auto-mode . emacs)
62
Removed:
("\\.mm\\'" . default)
63
Removed:
("\\.x?html?\\'" . default)
64
Removed:
("\\.pdf\\'" . "mupdf %s"))))
65
Removed:
'(org-latex-classes
66
Removed:
(quote
67
Removed:
(("article" "\\documentclass[11pt]{article}"
68
Removed:
("\\section{%s}" . "\\section*{%s}")
69
Removed:
("\\subsection{%s}" . "\\subsection*{%s}")
70
Removed:
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
71
Removed:
("\\paragraph{%s}" . "\\paragraph*{%s}")
72
Removed:
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
73
Removed:
("report" "\\documentclass[11pt]{report}"
74
Removed:
("\\part{%s}" . "\\part*{%s}")
75
Removed:
("\\chapter{%s}" . "\\chapter*{%s}")
76
Removed:
("\\section{%s}" . "\\section*{%s}")
77
Removed:
("\\subsection{%s}" . "\\subsection*{%s}")
78
Removed:
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
79
Removed:
("book" "\\documentclass[12pt]{book}"
80
Removed:
("\\part{%s}" . "\\part*{%s}")
81
Removed:
("\\chapter{%s}" . "\\chapter*{%s}")
82
Removed:
("\\section{%s}" . "\\section*{%s}")
83
Removed:
("\\subsection{%s}" . "\\subsection*{%s}")
84
Removed:
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
85
Removed:
("book-blendoit" "\\documentclass[12pt]{book}"
86
Removed:
("\\chapter{%s}" . "\\chapter*{%s}")
87
Removed:
("\\section{%s}" . "\\section*{%s}")
88
Removed:
("\\subsection*{%s}" . "\\subsection*{%s}")
89
Removed:
("\\subsubsection*{%s}" . "\\subsubsection*{%s}")))))
90
Removed:
'(org-latex-inactive-timestamp-format "\\textcolor{ForestGreen!60}{\\textit{%s}}")
91
Removed:
'(org-latex-packages-alist
92
Removed:
(quote
93
Removed:
(("AUTO" "polyglossia" t
94
Removed:
("xelatex" "lualatex"))
95
Removed:
("AUTO" "babel" t
96
Removed:
("pdflatex"))
97
Removed:
("table,dvipsnames" "xcolor" t
98
Removed:
("pdflatex")))))
99
Removed:
'(org-latex-pdf-process
100
Removed:
(quote
101
Removed:
("latexmk -pdf -f -interaction=nonstopmode -pdflatex=\"%latex\" -outdir=%o %f")))
102
Removed:
'(org-startup-align-all-tables t)
103
Removed:
'(org-time-stamp-custom-formats (quote ("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M")))
104
Removed:
'(package-selected-packages
105
Removed:
(quote
106
Removed:
(minimap gnuplot ledger-mode company-mode wombat-theme wombar-theme 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)))
107
Removed:
'(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838")))
108
Removed:
'(save-place-mode t)
109
Removed:
'(send-mail-function (quote smtpmail-send-it))
110
Removed:
'(smtpmail-smtp-server "smtp.gmail.com")
111
Removed:
'(smtpmail-smtp-service 587)
112
Removed:
'(vc-annotate-background "#2B2B2B")
113
Removed:
'(vc-annotate-color-map
114
Removed:
(quote
115
Removed:
((20 . "#BC8383")
116
Removed:
(40 . "#CC9393")
117
Removed:
(60 . "#DFAF8F")
118
Removed:
(80 . "#D0BF8F")
119
Removed:
(100 . "#E0CF9F")
120
Removed:
(120 . "#F0DFAF")
121
Removed:
(140 . "#5F7F5F")
122
Removed:
(160 . "#7F9F7F")
123
Removed:
(180 . "#8FB28F")
124
Removed:
(200 . "#9FC59F")
125
Removed:
(220 . "#AFD8AF")
126
Removed:
(240 . "#BFEBBF")
127
Removed:
(260 . "#93E0E3")
128
Removed:
(280 . "#6CA0A3")
129
Removed:
(300 . "#7CB8BB")
130
Removed:
(320 . "#8CD0D3")
131
Removed:
(340 . "#94BFF3")
132
Removed:
(360 . "#DC8CC3"))))
133
Removed:
'(vc-annotate-very-old-color "#DC8CC3"))
134
Removed:
(custom-set-faces
135
Removed:
;; custom-set-faces was added by Custom.
136
Removed:
;; If you edit it by hand, you could mess it up, so be careful.
137
Removed:
;; Your init file should contain only one such instance.
138
Removed:
;; If there is more than one, they won't work right.
139
Removed:
'(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 142 :width normal))))
140
Removed:
'(fixed-pitch ((t (:family "Hack"))))
141
Removed:
'(org-document-title ((t (:inherit default :weight bold :font "Liberation Sans" :height 2.0 :underline nil))))
142
Removed:
'(org-level-1 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.75))))
143
Removed:
'(org-level-2 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.5))))
144
Removed:
'(org-level-3 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.25))))
145
Removed:
'(org-level-4 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.1))))
146
Removed:
'(org-level-5 ((t (:inherit default :weight bold :font "Liberation Sans"))))
147
Removed:
'(org-level-6 ((t (:inherit default :weight bold :font "Liberation Sans"))))
148
Removed:
'(org-level-7 ((t (:inherit default :weight bold :font "Liberation Sans"))))
149
Removed:
'(org-level-8 ((t (:inherit default :weight bold :font "Liberation Sans"))))
150
Removed:
'(variable-pitch ((t (:family "Liberation Sans")))))
blendoit/init-blendoit.org
@@ -47,8 +47,8 @@
47
47
48
48
#+NAME: custom-file
49
49
#+BEGIN_SRC emacs-lisp
50
Removed:
(setq custom-file "~/.emacs.d/blendoit/custom/custom-file.el")
51
Removed:
(load custom-file)
50
Added:
(setq custom-file "~/.emacs.d/init-custom.el")
51
Added:
(load custom-file)
52
52
#+END_SRC
53
53
54
54
** Customization shortcuts
@@ -506,6 +506,13 @@
506
506
#+BEGIN_SRC emacs-lisp
507
507
(setq-default fill-column 79)
508
508
(defalias 'yes-or-no-p 'y-or-n-p)
509
Added:
#+END_SRC
510
Added:
511
Added:
This is just a better default.
512
Added:
513
Added:
#+BEGIN_SRC emacs-lisp
514
Added:
(setq c-default-style "linux"
515
Added:
c-basic-offset 4)
509
516
#+END_SRC
510
517
511
518
** Initial & subsequent frame size
init-custom.el
@@ -0,0 +1,145 @@
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:
'(ibuffer-sidebar-display-column-titles t)
17
Added:
'(ibuffer-sidebar-display-summary t)
18
Added:
'(ibuffer-sidebar-width 22)
19
Added:
'(ledger-reports
20
Added:
(quote
21
Added:
(("bal" "%(binary) -f %(ledger-file) bal")
22
Added:
("bal-USD" "%(binary) -f %(ledger-file) bal --exchange USD")
23
Added:
("reg" "%(binary) -f %(ledger-file) reg")
24
Added:
("net-worth" "%(binary) -f %(ledger-file) bal ^Assets ^Liabilities --exchange USD")
25
Added:
("net-income" "%(binary) -f %(ledger-file) bal ^Income ^Expenses --exchange USD --depth 2 --invert")
26
Added:
("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
27
Added:
("account" "%(binary) -f %(ledger-file) reg %(account)")
28
Added:
("budget" "%(binary) -f %(ledger-file) budget --exchange USD"))))
29
Added:
'(line-number-mode nil)
30
Added:
'(mode-line-format
31
Added:
(quote
32
Added:
("%e" mode-line-front-space mode-line-mule-info mode-line-client mode-line-modified mode-line-remote mode-line-frame-identification mode-line-buffer-identification " "
33
Added:
(vc-mode vc-mode)
34
Added:
" " mode-line-modes mode-line-misc-info mode-line-end-spaces)))
35
Added:
'(nrepl-message-colors
36
Added:
(quote
37
Added:
("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")))
38
Added:
'(org-agenda-diary-file "~/org/PERSONAL/diary/diary.org")
39
Added:
'(org-agenda-files
40
Added:
(quote
41
Added:
("~/.emacs.d/blendoit/init-blendoit.org" "~/org/PERSONAL/workout/workout.org" "~/org/WORK/Safran/programs/MA700/notes/MA700-notes.org_archive" "~/org/WORK/Safran/programs/MA700/notes/MA700-notes.org" "~/org/PERSONAL/diary/log.org" "~/org/WORK/Safran/programs/B787/VIP/timeline.org" "~/org/PERSONAL/diary/diary.org" "~/org/WORK/Safran/programs/WFH/WFH-notes.org_archive" "~/org/WORK/Safran/programs/WFH/WFH-notes.org" "~/org/WORK/Safran/programs/PHM/PHM-notes.org_archive" "~/org/WORK/Safran/programs/MRJ/test-fixture-status.org" "~/org/WORK/Safran/programs/MRJ/MRJ-notes.org" "~/org/WORK/Safran/programs/A220/A220-notes.org" "~/org/PERSONAL/projects/projects.org" "~/org/PERSONAL/schedule-personal.org" "~/org/WORK/Safran/schedule-Safran.org" "~/org/people.org")))
42
Added:
'(org-agenda-include-diary t)
43
Added:
'(org-agenda-insert-diary-strategy (quote date-tree-last))
44
Added:
'(org-agenda-skip-scheduled-if-deadline-is-shown (quote not-today))
45
Added:
'(org-babel-load-languages
46
Added:
(quote
47
Added:
((shell . t)
48
Added:
(python . t)
49
Added:
(plantuml . t)
50
Added:
(emacs-lisp . t)
51
Added:
(awk . t)
52
Added:
(ledger . t)
53
Added:
(gnuplot . t))))
54
Added:
'(org-file-apps
55
Added:
(quote
56
Added:
((auto-mode . emacs)
57
Added:
("\\.mm\\'" . default)
58
Added:
("\\.x?html?\\'" . default)
59
Added:
("\\.pdf\\'" . "mupdf %s"))))
60
Added:
'(org-latex-classes
61
Added:
(quote
62
Added:
(("article" "\\documentclass[11pt]{article}"
63
Added:
("\\section{%s}" . "\\section*{%s}")
64
Added:
("\\subsection{%s}" . "\\subsection*{%s}")
65
Added:
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
66
Added:
("\\paragraph{%s}" . "\\paragraph*{%s}")
67
Added:
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
68
Added:
("report" "\\documentclass[11pt]{report}"
69
Added:
("\\part{%s}" . "\\part*{%s}")
70
Added:
("\\chapter{%s}" . "\\chapter*{%s}")
71
Added:
("\\section{%s}" . "\\section*{%s}")
72
Added:
("\\subsection{%s}" . "\\subsection*{%s}")
73
Added:
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
74
Added:
("book" "\\documentclass[12pt]{book}"
75
Added:
("\\part{%s}" . "\\part*{%s}")
76
Added:
("\\chapter{%s}" . "\\chapter*{%s}")
77
Added:
("\\section{%s}" . "\\section*{%s}")
78
Added:
("\\subsection{%s}" . "\\subsection*{%s}")
79
Added:
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
80
Added:
("book-blendoit" "\\documentclass[12pt]{book}"
81
Added:
("\\chapter{%s}" . "\\chapter*{%s}")
82
Added:
("\\section{%s}" . "\\section*{%s}")
83
Added:
("\\subsection*{%s}" . "\\subsection*{%s}")
84
Added:
("\\subsubsection*{%s}" . "\\subsubsection*{%s}")))))
85
Added:
'(org-latex-inactive-timestamp-format "\\textcolor{ForestGreen!60}{\\textit{%s}}")
86
Added:
'(org-latex-packages-alist
87
Added:
(quote
88
Added:
(("AUTO" "polyglossia" t
89
Added:
("xelatex" "lualatex"))
90
Added:
("AUTO" "babel" t
91
Added:
("pdflatex"))
92
Added:
("table,dvipsnames" "xcolor" t
93
Added:
("pdflatex")))))
94
Added:
'(org-latex-pdf-process
95
Added:
(quote
96
Added:
("latexmk -pdf -f -interaction=nonstopmode -pdflatex=\"%latex\" -outdir=%o %f")))
97
Added:
'(org-startup-align-all-tables t)
98
Added:
'(org-time-stamp-custom-formats (quote ("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M")))
99
Added:
'(package-selected-packages
100
Added:
(quote
101
Added:
(minimap gnuplot ledger-mode company-mode wombat-theme wombar-theme 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)))
102
Added:
'(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838")))
103
Added:
'(save-place-mode t)
104
Added:
'(send-mail-function (quote smtpmail-send-it))
105
Added:
'(smtpmail-smtp-server "smtp.gmail.com")
106
Added:
'(smtpmail-smtp-service 587)
107
Added:
'(vc-annotate-background "#2B2B2B")
108
Added:
'(vc-annotate-color-map
109
Added:
(quote
110
Added:
((20 . "#BC8383")
111
Added:
(40 . "#CC9393")
112
Added:
(60 . "#DFAF8F")
113
Added:
(80 . "#D0BF8F")
114
Added:
(100 . "#E0CF9F")
115
Added:
(120 . "#F0DFAF")
116
Added:
(140 . "#5F7F5F")
117
Added:
(160 . "#7F9F7F")
118
Added:
(180 . "#8FB28F")
119
Added:
(200 . "#9FC59F")
120
Added:
(220 . "#AFD8AF")
121
Added:
(240 . "#BFEBBF")
122
Added:
(260 . "#93E0E3")
123
Added:
(280 . "#6CA0A3")
124
Added:
(300 . "#7CB8BB")
125
Added:
(320 . "#8CD0D3")
126
Added:
(340 . "#94BFF3")
127
Added:
(360 . "#DC8CC3"))))
128
Added:
'(vc-annotate-very-old-color "#DC8CC3"))
129
Added:
(custom-set-faces
130
Added:
;; custom-set-faces was added by Custom.
131
Added:
;; If you edit it by hand, you could mess it up, so be careful.
132
Added:
;; Your init file should contain only one such instance.
133
Added:
;; If there is more than one, they won't work right.
134
Added:
'(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 142 :width normal))))
135
Added:
'(fixed-pitch ((t (:family "Hack"))))
136
Added:
'(org-document-title ((t (:inherit default :weight bold :font "Liberation Sans" :height 2.0 :underline nil))))
137
Added:
'(org-level-1 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.75))))
138
Added:
'(org-level-2 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.5))))
139
Added:
'(org-level-3 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.25))))
140
Added:
'(org-level-4 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.1))))
141
Added:
'(org-level-5 ((t (:inherit default :weight bold :font "Liberation Sans"))))
142
Added:
'(org-level-6 ((t (:inherit default :weight bold :font "Liberation Sans"))))
143
Added:
'(org-level-7 ((t (:inherit default :weight bold :font "Liberation Sans"))))
144
Added:
'(org-level-8 ((t (:inherit default :weight bold :font "Liberation Sans"))))
145
Added:
'(variable-pitch ((t (:family "Liberation Sans")))))