Update submodules

master
Jacopo De Simoi 7 years ago
parent e0416f9bde
commit ff96e7b334
  1. 2
      alert
  2. 2
      atomic-chrome
  3. 2
      beacon
  4. 2
      bibretrieve
  5. 2
      dash.el
  6. 2
      disable-mouse
  7. 2
      emacs-color-theme-solarized
  8. 2
      emacs-websocket
  9. 2
      expand-region.el
  10. 22
      global.org
  11. 2
      linum-relative
  12. 2
      multiple-cursors.el
  13. 2
      navi
  14. 2
      outshine
  15. 2
      sage-shell-mode
  16. 2
      smartparens

@ -1 +1 @@
Subproject commit 644e4a1797ab52effc9cc2a7530f96d99f081a4e
Subproject commit 9f329be87820474925f29b52a1131084c8ea95b9

@ -1 +1 @@
Subproject commit 7dd8a45ebccb9b5bbbfd2e822bd914b38dad6008
Subproject commit a505f638866f9e7b913784be0dc84f338e9ad449

@ -1 +1 @@
Subproject commit 729338b02a0e331a4faf475da9f54771a3470106
Subproject commit 07a2e9566be2a0b8f59b8ac8668448f1e250a400

@ -1 +1 @@
Subproject commit e8ccdc9b9bfec0c5c658f2e9ac3fb81a137549d7
Subproject commit 600fa1fcc4c5d79c628457f2316f3429c96be006

@ -1 +1 @@
Subproject commit 91d8cb01e62bab0d6267d3d4dbcabd6da6fdea78
Subproject commit 6514359b8606a6a9a94068ccd601fcd6379d6584

@ -1 +1 @@
Subproject commit 81639930bcaeedadbcc19728e91719afcac84613
Subproject commit 541363bd6353b8b05375552bab884a6315ea545c

@ -1 +1 @@
Subproject commit 38342e755b42e958c51c577dc5f73e6724c93944
Subproject commit 47ad02882191cfe5496702a0239aff19321a24c1

@ -1 +1 @@
Subproject commit 7d2adf218743c52578c8e8fd5584a5e54732e256
Subproject commit 0d96ba2ff5a25c6cd6c66f417cc9b5f38a4308ba

@ -1 +1 @@
Subproject commit 2357f1d5efd9d5b9e37f3513342237fec2629291
Subproject commit ed3292473035dc8f3d2f321e82974ef87327808f

@ -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

@ -1 +1 @@
Subproject commit b8a99dcfe38a491172a8193053fb7849634b43c0
Subproject commit c74a6981b688a5e1e6b8e0809363963ff558ce4d

@ -1 +1 @@
Subproject commit 10752700084595bb24712c27ba70a2326302e45b
Subproject commit 6a7c3c0853e3fe9e4b8e5985dbed8fd4075f33ff

@ -1 +1 @@
Subproject commit c1d38e8237f4e14af020a0b7d4f118ea198ab674
Subproject commit 7c3fd1a9b520300abfdb1b7c3de21403e81a95bf

@ -1 +1 @@
Subproject commit 5f1a6b70231d2811c522e4e5e8c89ff461b311d6
Subproject commit 345d85ab5467ec6015fc58fe268936da93be0a5c

@ -1 +1 @@
Subproject commit e4e7523178f09270a28b8b712191b1e980e6e8c9
Subproject commit 9f07ff835e8d19afe571dbe414afb690c7b1cb5c

@ -1 +1 @@
Subproject commit 65fbcfc849afb89e2642f9b87f66e6a96382f88c
Subproject commit d65f3c0f47413c1a67ced979dc2062a073d907af
Loading…
Cancel
Save