From ff96e7b334e0a60c738d88300a2f5f8fa9e3e842 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 17 Nov 2018 12:52:19 -0500 Subject: [PATCH] Update submodules --- alert | 2 +- atomic-chrome | 2 +- beacon | 2 +- bibretrieve | 2 +- dash.el | 2 +- disable-mouse | 2 +- emacs-color-theme-solarized | 2 +- emacs-websocket | 2 +- expand-region.el | 2 +- global.org | 22 ++++++++++++++++++---- linum-relative | 2 +- multiple-cursors.el | 2 +- navi | 2 +- outshine | 2 +- sage-shell-mode | 2 +- smartparens | 2 +- 16 files changed, 33 insertions(+), 19 deletions(-) diff --git a/alert b/alert index 644e4a1..9f329be 160000 --- a/alert +++ b/alert @@ -1 +1 @@ -Subproject commit 644e4a1797ab52effc9cc2a7530f96d99f081a4e +Subproject commit 9f329be87820474925f29b52a1131084c8ea95b9 diff --git a/atomic-chrome b/atomic-chrome index 7dd8a45..a505f63 160000 --- a/atomic-chrome +++ b/atomic-chrome @@ -1 +1 @@ -Subproject commit 7dd8a45ebccb9b5bbbfd2e822bd914b38dad6008 +Subproject commit a505f638866f9e7b913784be0dc84f338e9ad449 diff --git a/beacon b/beacon index 729338b..07a2e95 160000 --- a/beacon +++ b/beacon @@ -1 +1 @@ -Subproject commit 729338b02a0e331a4faf475da9f54771a3470106 +Subproject commit 07a2e9566be2a0b8f59b8ac8668448f1e250a400 diff --git a/bibretrieve b/bibretrieve index e8ccdc9..600fa1f 160000 --- a/bibretrieve +++ b/bibretrieve @@ -1 +1 @@ -Subproject commit e8ccdc9b9bfec0c5c658f2e9ac3fb81a137549d7 +Subproject commit 600fa1fcc4c5d79c628457f2316f3429c96be006 diff --git a/dash.el b/dash.el index 91d8cb0..6514359 160000 --- a/dash.el +++ b/dash.el @@ -1 +1 @@ -Subproject commit 91d8cb01e62bab0d6267d3d4dbcabd6da6fdea78 +Subproject commit 6514359b8606a6a9a94068ccd601fcd6379d6584 diff --git a/disable-mouse b/disable-mouse index 8163993..541363b 160000 --- a/disable-mouse +++ b/disable-mouse @@ -1 +1 @@ -Subproject commit 81639930bcaeedadbcc19728e91719afcac84613 +Subproject commit 541363bd6353b8b05375552bab884a6315ea545c diff --git a/emacs-color-theme-solarized b/emacs-color-theme-solarized index 38342e7..47ad028 160000 --- a/emacs-color-theme-solarized +++ b/emacs-color-theme-solarized @@ -1 +1 @@ -Subproject commit 38342e755b42e958c51c577dc5f73e6724c93944 +Subproject commit 47ad02882191cfe5496702a0239aff19321a24c1 diff --git a/emacs-websocket b/emacs-websocket index 7d2adf2..0d96ba2 160000 --- a/emacs-websocket +++ b/emacs-websocket @@ -1 +1 @@ -Subproject commit 7d2adf218743c52578c8e8fd5584a5e54732e256 +Subproject commit 0d96ba2ff5a25c6cd6c66f417cc9b5f38a4308ba diff --git a/expand-region.el b/expand-region.el index 2357f1d..ed32924 160000 --- a/expand-region.el +++ b/expand-region.el @@ -1 +1 @@ -Subproject commit 2357f1d5efd9d5b9e37f3513342237fec2629291 +Subproject commit ed3292473035dc8f3d2f321e82974ef87327808f diff --git a/global.org b/global.org index 8641796..8286873 100644 --- a/global.org +++ b/global.org @@ -330,9 +330,9 @@ ** Show matching parens Use mic-paren for paren-highlighting #+BEGIN_SRC emacs-lisp -; (setq show-paren-mode t) - (require 'mic-paren) - (paren-activate) + (setq show-paren-mode t) +; (require 'mic-paren) +; (paren-activate) #+END_SRC *** TODO find out if there are better options out there ** Abbrevs @@ -905,10 +905,20 @@ (lambda () (turn-on-reftex) (setq reftex-plug-into-AUCTeX t) + (setq reftex-insert-label-flags '(t t)) + (setq reftex-label-alist + '(("thm" ?t "thm:" "~\\ref{%s}" thm (regexp "theorems?")) + ("lem" ?l "lem:" "~\\ref{%s}" lem (regexp "lemma{ta}?")) + ("prop" ?p "prp:" "~\\ref{%s}" prp (regexp "propositions?")) + ("cor" ?c "cor:" "~\\ref{%s}" cor (regexp "corollary")) + ("def" ?d "def:" "~\\ref{%s}" cor (regexp "defintions?")) + )) + (setq prettify-symbols-alist nil) (add-to-list 'prettify-symbols-alist '(" ⊂ " . (? (Br . Bl) ? (Br . Bl) ?))) - (font-lock-add-keywords 'latex-mode `((,(rx "$") 0 'success t)) t) + (font-lock-add-keywords + 'latex-mode `((,(rx "$") 0 'font-latex-sedate-face t)) t) (turn-on-auto-fill) (subword-mode) @@ -1178,6 +1188,10 @@ #+BEGIN_SRC emacs-lisp (require 'magit) (global-set-key (kbd "C-x C-g") 'magit-status) + (magit-add-section-hook 'magit-status-sections-hook + #'magit-insert-submodules + #'magit-insert-unpushed-to-pushremote + :append) #+END_SRC ** smart-tab This package is a gem: it allows to make tab work dwim diff --git a/linum-relative b/linum-relative index b8a99dc..c74a698 160000 --- a/linum-relative +++ b/linum-relative @@ -1 +1 @@ -Subproject commit b8a99dcfe38a491172a8193053fb7849634b43c0 +Subproject commit c74a6981b688a5e1e6b8e0809363963ff558ce4d diff --git a/multiple-cursors.el b/multiple-cursors.el index 1075270..6a7c3c0 160000 --- a/multiple-cursors.el +++ b/multiple-cursors.el @@ -1 +1 @@ -Subproject commit 10752700084595bb24712c27ba70a2326302e45b +Subproject commit 6a7c3c0853e3fe9e4b8e5985dbed8fd4075f33ff diff --git a/navi b/navi index c1d38e8..7c3fd1a 160000 --- a/navi +++ b/navi @@ -1 +1 @@ -Subproject commit c1d38e8237f4e14af020a0b7d4f118ea198ab674 +Subproject commit 7c3fd1a9b520300abfdb1b7c3de21403e81a95bf diff --git a/outshine b/outshine index 5f1a6b7..345d85a 160000 --- a/outshine +++ b/outshine @@ -1 +1 @@ -Subproject commit 5f1a6b70231d2811c522e4e5e8c89ff461b311d6 +Subproject commit 345d85ab5467ec6015fc58fe268936da93be0a5c diff --git a/sage-shell-mode b/sage-shell-mode index e4e7523..9f07ff8 160000 --- a/sage-shell-mode +++ b/sage-shell-mode @@ -1 +1 @@ -Subproject commit e4e7523178f09270a28b8b712191b1e980e6e8c9 +Subproject commit 9f07ff835e8d19afe571dbe414afb690c7b1cb5c diff --git a/smartparens b/smartparens index 65fbcfc..d65f3c0 160000 --- a/smartparens +++ b/smartparens @@ -1 +1 @@ -Subproject commit 65fbcfc849afb89e2642f9b87f66e6a96382f88c +Subproject commit d65f3c0f47413c1a67ced979dc2062a073d907af