Commit 118ef92a95a3

Vincent Demeester <vincent+git@demeester.fr>
2014-03-10 11:56:17
Add w3m to the config :)
1 parent a47e472
Changed files (3)
.emacs.d/emacs-w3m.conf.el
@@ -0,0 +1,5 @@
+(setq browse-url-browser-function 'w3m-browse-url)
+(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
+;; optional keyboard short-cut http://duckduckgo.com
+(global-set-key "\C-xm" 'browse-url-at-point)
+(setq w3m-use-cookies t)
.emacs.d/init.el
@@ -62,6 +62,8 @@
         cider
         clojure-mode
         keychain-environment
+        ;; Web
+        emacs-w3m
 	))
 
 ;; Conditionnal recipes
.gitignore.d/emacs-config
@@ -4,6 +4,7 @@
 !.emacs.d/**
 .emacs.d/*~
 .emacs.d/*#
+*.elc
 .emacs.d/el-get
 .emacs.d/auto-save-list
 .emacs.d/var