Compare commits

..

No commits in common. "583a5dea9126877224953dd131c5d3c26182a181" and "a2840cc003bb3dea9848c440dfdd074aabac6d38" have entirely different histories.

11
init.el
View File

@ -400,13 +400,8 @@
:pin "melpa-stable" :pin "melpa-stable"
:commands (exec-path-from-shell-copy-envs)) :commands (exec-path-from-shell-copy-envs))
(use-package helpful
:pin "melpa-stable"
:ensure t)
(use-package hydra (use-package hydra
:pin "melpa-stable" :pin "melpa-stable")
:ensure t)
;; `lv' is a dependency of `hydra' ;; `lv' is a dependency of `hydra'
(add-to-list 'package-pinned-packages '(lv . "melpa-stable")) (add-to-list 'package-pinned-packages '(lv . "melpa-stable"))
@ -3074,10 +3069,6 @@ eventuelly be set to nil, however)."
(bind-key "C-c o" #'hydra-org-custom/body) (bind-key "C-c o" #'hydra-org-custom/body)
(bind-key "C-c r" #'recentf) (bind-key "C-c r" #'recentf)
(bind-key "C-c t" #'hydra-toggle/body) (bind-key "C-c t" #'hydra-toggle/body)
(bind-key "C-h f" #'helpful-callable)
(bind-key "C-h v" #'helpful-variable)
(bind-key "C-h k" #'helpful-key)
(bind-key "C-h x" #'helpful-command)
(bind-key "C-h C-f" #'find-function) (bind-key "C-h C-f" #'find-function)
(bind-key "C-h C-k" #'find-function-on-key) (bind-key "C-h C-k" #'find-function-on-key)
(bind-key "C-h C-v" #'find-variable) (bind-key "C-h C-v" #'find-variable)