I have installed smartscan in emacs 24 but the default key binding took over M-n and M-p keys which I need when using emacs shell to go to previous next item in command history.
;; adds VIM like super star * kind of search to emacs with M-n, M-p keys (global-smartscan-mode t) ;; Turn on Smart Scan globally
How can I use configure smartscan to use a different key binding and leave M-n, M-p bindings as they were?