[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
tweaks
Changed files
blendoit-ucla-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme blendoit-ucla
2
Removed:
"Created 2019-09-03.")
2
Added:
"Derived from UCLA's official brand colors: http://brand.ucla.edu/identity/colors")
3
3
4
4
(custom-theme-set-faces
5
5
'blendoit-ucla
@@ -9,14 +9,14 @@
9
9
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
10
10
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
11
11
'(minibuffer-prompt ((t (:foreground "#FFD100"))))
12
Removed:
'(highlight ((((class color) (min-colors 88) (background light)) (:background "darkseagreen2")) (((class color) (min-colors 88) (background dark)) (:background "darkolivegreen")) (((class color) (min-colors 16) (background light)) (:background "darkseagreen2")) (((class color) (min-colors 16) (background dark)) (:background "darkolivegreen")) (((class color) (min-colors 8)) (:foreground "black" :background "green")) (t (:inverse-video t))))
12
Added:
'(highlight ((t (:background "#FFD100" :foreground "#003B5C"))))
13
13
'(region ((t (:background "#C3D7EE" :distant-foreground "#003B5C"))))
14
14
'(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50")) (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70")) (((class color) (min-colors 8) (background light)) (:foreground "green")) (((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
15
15
'(secondary-selection ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:background "yellow")) (((class color) (min-colors 16) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 8)) (:foreground "black" :background "cyan")) (t (:inverse-video t))))
16
16
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
17
17
'(font-lock-builtin-face ((((class grayscale) (background light)) (:weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Orchid")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold))))
18
18
'(font-lock-comment-delimiter-face ((default (:inherit (font-lock-comment-face)))))
19
Removed:
'(font-lock-comment-face ((t (:foreground "#FF4F00"))))
19
Added:
'(font-lock-comment-face ((t (:foreground "#FFD100"))))
20
20
'(font-lock-constant-face ((((class grayscale) (background light)) (:underline (:color foreground-color :style line) :weight bold :foreground "LightGray")) (((class grayscale) (background dark)) (:underline (:color foreground-color :style line) :weight bold :foreground "Gray50")) (((class color) (min-colors 88) (background light)) (:foreground "dark cyan")) (((class color) (min-colors 88) (background dark)) (:foreground "Aquamarine")) (((class color) (min-colors 16) (background light)) (:foreground "CadetBlue")) (((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine")) (((class color) (min-colors 8)) (:foreground "magenta")) (t (:underline (:color foreground-color :style line) :weight bold))))
21
21
'(font-lock-doc-face ((t (:inherit (font-lock-string-face)))))
22
22
'(font-lock-function-name-face ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold :inverse-video t))))
@@ -29,13 +29,13 @@
29
29
'(font-lock-type-face ((((class grayscale) (background light)) (:weight bold :foreground "Gray90")) (((class grayscale) (background dark)) (:weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 16) (background light)) (:foreground "ForestGreen")) (((class color) (min-colors 16) (background dark)) (:foreground "PaleGreen")) (((class color) (min-colors 8)) (:foreground "green")) (t (:underline (:color foreground-color :style line) :weight bold))))
30
30
'(font-lock-variable-name-face ((((class grayscale) (background light)) (:slant italic :weight bold :foreground "Gray90")) (((class grayscale) (background dark)) (:slant italic :weight bold :foreground "DimGray")) (((class color) (min-colors 88) (background light)) (:foreground "sienna")) (((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod")) (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod")) (((class color) (min-colors 8)) (:weight light :foreground "yellow")) (t (:slant italic :weight bold))))
31
31
'(font-lock-warning-face ((t (:inherit (error)))))
32
Removed:
'(button ((t (:inherit (link)))))
32
Added:
'(button ((t (:background "white" :foreground "#003B5C"))))
33
33
'(link ((((class color) (min-colors 88) (background light)) (:underline (:color foreground-color :style line) :foreground "RoyalBlue3")) (((class color) (background light)) (:underline (:color foreground-color :style line) :foreground "blue")) (((class color) (min-colors 88) (background dark)) (:underline (:color foreground-color :style line) :foreground "cyan1")) (((class color) (background dark)) (:underline (:color foreground-color :style line) :foreground "cyan")) (t (:inherit (underline)))))
34
34
'(link-visited ((default (:inherit (link))) (((class color) (background light)) (:foreground "magenta4")) (((class color) (background dark)) (:foreground "violet"))))
35
35
'(fringe ((t (:background "#8BB8E8"))))
36
36
'(header-line ((default (:inherit (mode-line))) (((type tty)) (:underline (:color foreground-color :style line) :inverse-video nil)) (((class color grayscale) (background light)) (:box nil :foreground "grey20" :background "grey90")) (((class color grayscale) (background dark)) (:box nil :foreground "grey90" :background "grey20")) (((class mono) (background light)) (:underline (:color foreground-color :style line) :box nil :inverse-video nil :foreground "black" :background "white")) (((class mono) (background dark)) (:underline (:color foreground-color :style line) :box nil :inverse-video nil :foreground "white" :background "black"))))
37
37
'(tooltip ((((class color)) (:inherit (variable-pitch) :foreground "black" :background "lightyellow")) (t (:inherit (variable-pitch)))))
38
Removed:
'(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "#000000" :background "#FFB81C"))))
38
Added:
'(mode-line ((t (:background "#FFD100" :foreground "#000000" :box (:line-width -1 :style released-button)))))
39
39
'(mode-line-buffer-id ((t (:weight bold))))
40
40
'(mode-line-emphasis ((t (:weight bold))))
41
41
'(mode-line-highlight ((((class color) (min-colors 88)) (:box (:line-width 2 :color "grey40" :style released-button))) (t (:inherit (highlight)))))
init_blendoit.el
@@ -29,3 +29,4 @@
29
29
(add-to-list 'default-frame-alist '(alpha . (85 . 50)))
30
30
31
31
(load "~/.emacs.d/init_org-mode.el")
32
Added:
(pdf-tools-install)
init_emacs.el
@@ -3,17 +3,17 @@
3
3
;; If you edit it by hand, you could mess it up, so be careful.
4
4
;; Your init file should contain only one such instance.
5
5
;; If there is more than one, they won't work right.
6
Removed:
'(blink-cursor-mode t)
7
6
'(custom-enabled-themes (quote (blendoit-ucla)))
8
7
'(custom-safe-themes
9
8
(quote
10
Removed:
("6c3e0ab8b2a65dc980913556ffd19cd0838fdf6dd60509b7ec6964ab1bdc9a02" "22615d6e3875a2bdbcb1880352915c3420747227cc4d6189901da246f372109e" "5eeb46715f0f75190b99a17eee27e4481b34ef12d56e6eb359e69bf88b968055" "b1a9f91180ae9011bf6a8929d24e3e3aaedb44518a97eb9b6cdb3c35fdaeaf63" default)))
9
Added:
("37d9d29b4be64ce7f3bcee989b5b4e410520c44ed61db200dc80518abdf2de5d" "f3c5904d7b27f967f9bc93ef21757e84752b52a3d091a535e32bca4324c95419" default)))
11
10
'(display-line-numbers-type (quote visual))
12
11
'(global-display-line-numbers-mode t)
13
12
'(package-selected-packages
14
13
(quote
15
Removed:
(org-bullets magit latex-preview-pane evil-leader)))
14
Added:
(pdf-tools org-bullets magit latex-preview-pane evil-leader)))
16
15
'(scroll-bar-mode nil)
16
Added:
'(show-paren-mode t)
17
17
'(tool-bar-mode nil))
18
18
(custom-set-faces
19
19
;; custom-set-faces was added by Custom.
init_latex.el
@@ -0,0 +1,17 @@
1
Added:
;; Function obtained from https://wiki.archlinux.org/index.php/Emacs#SyncTeX_support
2
Added:
3
Added:
(defcustom tex-my-viewer "zathura --fork -s -x \"emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory \"'\"'\"%{input}\"'\"'\")) (goto-line %{line}))'\""
4
Added:
"PDF Viewer for TeX documents. You may want to fork the viewer
5
Added:
so that it detects when the same document is launched twice, and
6
Added:
persists when Emacs gets closed.
7
Added:
8
Added:
Simple command:
9
Added:
10
Added:
zathura --fork
11
Added:
12
Added:
We can use
13
Added:
14
Added:
emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory \"%{input}\")) (goto-line %{line}))'
15
Added:
16
Added:
to reverse-search a pdf using SyncTeX. Note that the quotes and double-quotes matter and must be escaped appropriately."
17
Added:
:safe 'stringp)
transient/history.el
@@ -1,1 +0,0 @@
1
Removed:
nil