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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -