Commit 8f57d77b599f

Vincent Demeester <vincent@sbr.pm>
2015-05-28 16:22:20
Add helm-firefox to have firefox bookmarks in emacs :3
1 parent 9e09c38
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1278,6 +1278,15 @@
     #+END_SRC
 
 
+*** helm-firefox
+
+    Because helm is soo fun :D.
+
+    #+BEGIN_SRC emacs-lisp
+      (use-package helm-firefox
+        :ensure t)
+    #+END_SRC
+
 ** Hydra
 
     #+BEGIN_QUOTE