[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Added Liberation fonts.
Changed files
- blendoit/blendoit-init.org
- fonts/Liberation/LiberationMono-Bold.ttf
- fonts/Liberation/LiberationMono-BoldItalic.ttf
- fonts/Liberation/LiberationMono-Italic.ttf
- fonts/Liberation/LiberationMono-Regular.ttf
- fonts/Liberation/LiberationSans-Bold.ttf
- fonts/Liberation/LiberationSans-BoldItalic.ttf
- fonts/Liberation/LiberationSans-Italic.ttf
- fonts/Liberation/LiberationSans-Regular.ttf
- fonts/Liberation/LiberationSerif-Bold.ttf
- fonts/Liberation/LiberationSerif-BoldItalic.ttf
- fonts/Liberation/LiberationSerif-Italic.ttf
- fonts/Liberation/LiberationSerif-Regular.ttf
- init-custom.el
blendoit/blendoit-init.org
@@ -285,51 +285,40 @@
285
285
)
286
286
#+END_SRC
287
287
288
Removed:
Thank you Diego
289
Removed:
Zamboni![fn::https://zzamboni.org/post/beautifying-org-mode-in-emacs/]
288
Added:
*** Invisible edits
290
289
291
Removed:
#+NAME: org-cosmetics
292
290
#+BEGIN_SRC emacs-lisp
293
Removed:
;; (let* ((variable-tuple
294
Removed:
;; (cond ((x-list-fonts "Dejavu Sans") '(:font "Dejavu Sans"))
295
Removed:
;; ((x-family-fonts "Sans Serif") '(:family "Sans Serif"))
296
Removed:
;; (nil (warn "Cannot find a Sans Serif Font. Install Source Sans Pro."))))
297
Removed:
;; (base-font-color (face-foreground 'default nil 'default))
298
Removed:
;; (headline `(:inherit default :weight bold)))
291
Added:
(setq org-catch-invisible-edits t)
292
Added:
#+END_SRC
299
293
300
Removed:
;; (custom-theme-set-faces
301
Removed:
;; 'user
302
Removed:
;; `(org-level-8 ((t (,@headline ,@variable-tuple))))
303
Removed:
;; `(org-level-7 ((t (,@headline ,@variable-tuple))))
304
Removed:
;; `(org-level-6 ((t (,@headline ,@variable-tuple))))
305
Removed:
;; `(org-level-5 ((t (,@headline ,@variable-tuple))))
306
Removed:
;; `(org-level-4 ((t (,@headline ,@variable-tuple :height 1.1))))
307
Removed:
;; `(org-level-3 ((t (,@headline ,@variable-tuple :height 1.25))))
308
Removed:
;; `(org-level-2 ((t (,@headline ,@variable-tuple :height 1.5))))
309
Removed:
;; `(org-level-1 ((t (,@headline ,@variable-tuple :height 1.75))))
310
Removed:
;; `(org-document-title ((t (,@headline ,@variable-tuple :height 2.0 :underline nil))))))
294
Added:
*** Agenda
311
295
312
Removed:
;(custom-theme-set-faces
313
Removed:
; 'user
314
Removed:
; '(variable-pitch ((t (:family "Liberation Sans"))))
315
Removed:
; '(fixed-pitch ((t ( :family "Hack")))))
296
Added:
The agenda displays a chronological list of headings across all agenda files
297
Added:
for which the heading or body contain a matching =org-time-stamp=.[fn::An
298
Added:
=org-time-stamp= can be inserted with =C-c .= (period)]
316
299
300
Added:
#+BEGIN_SRC emacs-lisp
301
Added:
(global-set-key (kbd "C-c a") 'org-agenda-list)
317
302
#+END_SRC
318
303
319
Removed:
*** Invisible edits
304
Added:
*** Timestamps
320
305
306
Added:
More literary timestamps are exported to LaTeX using the following custom
307
Added:
format:
308
Added:
321
309
#+BEGIN_SRC emacs-lisp
322
Removed:
(setq org-catch-invisible-edits t)
310
Added:
(setq org-time-stamp-custom-formats
311
Added:
'("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M"))
323
312
#+END_SRC
324
313
325
Removed:
*** Agenda
314
Added:
*** LaTeX export
326
315
327
Removed:
The agenda displays a chronological list of headings across all agenda files
328
Removed:
for which the heading or body contain a matching =org-time-stamp=.[fn::An
329
Removed:
=org-time-stamp= can be inserted with =C-c .= (period)]
316
Added:
The following makes =CLOSED= items appear green in LaTeX. Very stylish, much
317
Added:
flair!
330
318
331
319
#+BEGIN_SRC emacs-lisp
332
Removed:
(global-set-key (kbd "C-c a") 'org-agenda)
320
Added:
(setq org-latex-inactive-timestamp-format
321
Added:
"\\textcolor{ForestGreen!60}{\\textit{%s}}")
333
322
#+END_SRC
334
323
335
324
*** Publish
@@ -417,6 +406,7 @@
417
406
418
407
#+BEGIN_SRC emacs-lisp
419
408
(use-package dumb-jump)
409
Added:
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
420
410
#+END_SRC
421
411
422
412
** gnuplot
fonts/Liberation/LiberationMono-Bold.ttf
Binary files differ
fonts/Liberation/LiberationMono-BoldItalic.ttf
Binary files differ
fonts/Liberation/LiberationMono-Italic.ttf
Binary files differ
fonts/Liberation/LiberationMono-Regular.ttf
Binary files differ
fonts/Liberation/LiberationSans-Bold.ttf
Binary files differ
fonts/Liberation/LiberationSans-BoldItalic.ttf
Binary files differ
fonts/Liberation/LiberationSans-Italic.ttf
Binary files differ
fonts/Liberation/LiberationSans-Regular.ttf
Binary files differ
fonts/Liberation/LiberationSerif-Bold.ttf
Binary files differ
fonts/Liberation/LiberationSerif-BoldItalic.ttf
Binary files differ
fonts/Liberation/LiberationSerif-Italic.ttf
Binary files differ
fonts/Liberation/LiberationSerif-Regular.ttf
Binary files differ
init-custom.el
@@ -88,7 +88,6 @@
88
88
("\\section{%s}" . "\\section*{%s}")
89
89
("\\subsection*{%s}" . "\\subsection*{%s}")
90
90
("\\subsubsection*{%s}" . "\\subsubsection*{%s}")))))
91
Removed:
'(org-latex-inactive-timestamp-format "\\textcolor{ForestGreen!60}{\\textit{%s}}")
92
91
'(org-latex-packages-alist
93
92
(quote
94
93
(("AUTO" "polyglossia" t
@@ -102,7 +101,6 @@
102
101
("latexmk -pdf -f -interaction=nonstopmode -pdflatex=\"%latex\" -outdir=%o %f")))
103
102
'(org-latex-toc-command "\\tableofcontents\\clearpage")
104
103
'(org-startup-align-all-tables t)
105
Removed:
'(org-time-stamp-custom-formats (quote ("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M")))
106
104
'(package-selected-packages
107
105
(quote
108
106
(tabbar-ruler tabbar-mode linum-relative dumb-jump csv-mode rainbow-mode org-mouse projectile 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)))