diff --git a/layers/+distribution/spacemacs-base/keybindings.el b/layers/+distribution/spacemacs-base/keybindings.el index 7e00d001d..86ac9b817 100644 --- a/layers/+distribution/spacemacs-base/keybindings.el +++ b/layers/+distribution/spacemacs-base/keybindings.el @@ -97,6 +97,7 @@ Ensure that helm is required before calling FUNC." (spacemacs/set-leader-keys "hds" 'spacemacs/describe-system-info) (spacemacs||set-helm-key "hdt" describe-theme) (spacemacs||set-helm-key "hdv" describe-variable) +(spacemacs||set-helm-key "hn" view-emacs-news) (spacemacs||set-helm-key "hL" helm-locate-library) ;; search functions ----------------------------------------------------------- (spacemacs||set-helm-key "sww" helm-wikipedia-suggest)