summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-07 02:19:55 -0400
committerAmin Bandali <amin@aminb.org>2018-07-07 02:19:55 -0400
commitd43a8eda4310d61e5a7139c46661504be384d000 (patch)
tree37b9fae516f961560c4fe081fafbf7307b131119
parentf9f86b085fb5a026d76af336ad8a23bbd743182b (diff)
downloadconfigs-d43a8eda4310d61e5a7139c46661504be384d000.tar.gz
configs-d43a8eda4310d61e5a7139c46661504be384d000.tar.xz
configs-d43a8eda4310d61e5a7139c46661504be384d000.zip
[emacs] add some header links
Diffstat (limited to '')
-rw-r--r--init.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/init.org b/init.org
index cfa190d..01d0e87 100644
--- a/init.org
+++ b/init.org
@@ -858,21 +858,21 @@ TODO: break this giant source block down into individual org sections.
#+end_src
* Programming modes
-** Alloy
+** [[http://alloytools.org][Alloy]] (with [[https://github.com/dwwmmn/alloy-mode][alloy-mode]])
#+begin_src emacs-lisp
(use-package alloy-mode
:config (setq alloy-basic-offset 2))
#+end_src
-** Coq
+** [[https://coq.inria.fr][Coq]] (with [[https://github.com/ProofGeneral/PG][Proof General]])
#+begin_src emacs-lisp
(use-package proof-site ; Proof General
:load-path "lib/proof-site/generic/")
#+end_src
-** [[https://github.com/leanprover/lean-mode][Lean]]
+** [[https://leanprover.github.io][Lean]] (with [[https://github.com/leanprover/lean-mode][lean-mode]])
#+begin_src emacs-lisp
(use-package lean-mode
@@ -1079,7 +1079,7 @@ Emacs package that displays available keybindings in popup
:config (which-key-mode))
#+end_src
-** doom-modeline
+** [[https://github.com/seagle0128/doom-modeline][doom-modeline]]
#+begin_src emacs-lisp
(use-package doom-modeline
@@ -1088,7 +1088,7 @@ Emacs package that displays available keybindings in popup
:hook (after-init . doom-modeline-init))
#+end_src
-** tao-theme
+** [[https://github.com/11111000000/tao-theme-emacs][tao-theme]]
#+begin_src emacs-lisp
(use-package tao-theme
@@ -1097,7 +1097,7 @@ Emacs package that displays available keybindings in popup
#+end_src
* Email
-** notmuch
+** [[https://notmuchmail.org][notmuch]]
#+begin_src emacs-lisp
(defun ab/notmuch ()