command - In Emacs, how can I add a website like 'Stackoverflow' to my webjump hotlist? -


by default webjump hotlist has following use quite often:

m-x webjump ret google m-x webjump ret wikipedia 

how can add 'stackoverflow' list?

here's example code in a webjump.el file on site run apple:

;;   (require 'webjump) ;;   (global-set-key "\c-cj" 'webjump) ;;   (setq webjump-sites ;;         (append '( ;;                   ("my home page" . "www.someisp.net/users/joebobjr/") ;;                   ("pop's site"   . "www.joebob-and-son.com/") ;;                   ) ;;                 webjump-sample-sites)) 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -