updates to packages
This commit is contained in:
parent
f85eef153e
commit
ec68e7ddfb
|
@ -10,6 +10,8 @@
|
||||||
(let ((initial-package-list
|
(let ((initial-package-list
|
||||||
'(ag
|
'(ag
|
||||||
auto-complete
|
auto-complete
|
||||||
|
bibclean-format
|
||||||
|
bibretrieve
|
||||||
c-eldoc
|
c-eldoc
|
||||||
ebib
|
ebib
|
||||||
ellama
|
ellama
|
||||||
|
@ -18,7 +20,6 @@
|
||||||
geiser
|
geiser
|
||||||
go-mode
|
go-mode
|
||||||
gruvbox-theme
|
gruvbox-theme
|
||||||
;; irfc
|
|
||||||
keychain-environment
|
keychain-environment
|
||||||
lua-mode
|
lua-mode
|
||||||
luarocks
|
luarocks
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
org-journal
|
org-journal
|
||||||
org-ref
|
org-ref
|
||||||
org-roam
|
org-roam
|
||||||
|
paradox
|
||||||
paredit
|
paredit
|
||||||
pelican-mode
|
pelican-mode
|
||||||
projectile
|
projectile
|
||||||
|
|
13
init.el
13
init.el
|
@ -275,11 +275,14 @@ present on disk."
|
||||||
'(org-html-mathjax-template
|
'(org-html-mathjax-template
|
||||||
"<script>\12 window.MathJax = {\12 loader: {load: ['[tex]/physics']},\12 tex: {\12 ams: {\12 multlineWidth: '%MULTLINEWIDTH'\12 },\12 packages: {'[+]': ['physics']},\12 tags: '%TAGS',\12 tagSide: '%TAGSIDE',\12 tagIndent: '%TAGINDENT'\12 },\12 chtml: {\12 scale: %SCALE,\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 svg: {\12 scale: %SCALE,\12 styles: {\12 color: \"#002266\",\12 },\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 output: {\12 font: '%FONT',\12 displayOverflow: '%OVERFLOW'\12 }\12 };\12</script>\12\12<script\12 id=\"MathJax-script\"\12 async\12 src=\"/static/mathjax.js\">\12</script>")
|
"<script>\12 window.MathJax = {\12 loader: {load: ['[tex]/physics']},\12 tex: {\12 ams: {\12 multlineWidth: '%MULTLINEWIDTH'\12 },\12 packages: {'[+]': ['physics']},\12 tags: '%TAGS',\12 tagSide: '%TAGSIDE',\12 tagIndent: '%TAGINDENT'\12 },\12 chtml: {\12 scale: %SCALE,\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 svg: {\12 scale: %SCALE,\12 styles: {\12 color: \"#002266\",\12 },\12 displayAlign: '%ALIGN',\12 displayIndent: '%INDENT'\12 },\12 output: {\12 font: '%FONT',\12 displayOverflow: '%OVERFLOW'\12 }\12 };\12</script>\12\12<script\12 id=\"MathJax-script\"\12 async\12 src=\"/static/mathjax.js\">\12</script>")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(ag auto-complete c-eldoc ebib ellama elpy exec-path-from-shell geiser
|
'(ag auto-complete bibclean-format bibretrieve c-eldoc ebib ellama
|
||||||
go-mode gruvbox-theme keychain-environment lua-mode luarocks magit
|
elpy exec-path-from-shell geiser go-mode gruvbox-theme
|
||||||
markdown-mode mwim nix-mode nix-modeline nix-ts-mode nixos-options
|
keychain-environment lua-mode luarocks magit markdown-mode
|
||||||
org-journal org-ref org-roam paredit pelican-mode projectile
|
mwim nix-mode nix-modeline nix-ts-mode nixos-options
|
||||||
racket-mode scpaste simple-httpd slime undo-tree xcscope)))
|
org-journal org-ref org-roam paradox paredit pelican-mode
|
||||||
|
projectile racket-mode scpaste simple-httpd slime undo-tree
|
||||||
|
xcscope))
|
||||||
|
'(paradox-github-token t))
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
|
|
Loading…
Reference in New Issue