summaryrefslogtreecommitdiff
path: root/eww-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-12-26 14:47:32 +0800
committerJSDurand <mmemmew@gmail.com>2021-12-26 14:47:32 +0800
commit20f73b0beebc71466b7be0dea537ab05e8f7be5c (patch)
tree65145eaf9035ad19a40230a8bf200891ce0b1fd6 /eww-conf.el
parentdb862fd1f045f3424a9b30990159abf7d3253e53 (diff)
Use defalias rather than fset
* common.el (durand-display-in-one-window) (durand-completion-scroll-up-or-go-to-minibuffer) (intentionally-disabled-bind): * completion-conf.el (durand-completion-toggle-display): * eww-conf.el (global-map): defalias has the advantage that one can find the file of the definition from the help buffer while fset cannot.
Diffstat (limited to 'eww-conf.el')
-rw-r--r--eww-conf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/eww-conf.el b/eww-conf.el
index 23619e4..284f2b7 100644
--- a/eww-conf.el
+++ b/eww-conf.el
@@ -46,7 +46,7 @@ If ARG is nil, open in EWW. Otherwise, open in an external browser."
;; key-bindings
-(define-key global-map (vector ?\s-w) #'durand-eww-map)
+(define-key global-map (vector ?\s-w) 'durand-eww-map)
;;;###autoload
(fset 'durand-eww-map