diff options
| author | tslil clingman <> | 2024-07-13 15:07:01 +0200 |
|---|---|---|
| committer | tslil clingman <> | 2024-07-13 15:09:41 +0200 |
| commit | ed836738a16efb7721b72f6aa58f07541fd37393 (patch) | |
| tree | 077b925d8ad499d8c50b37c5049cae50e4e606f9 /emacs/work_inits/05-helpful.el | |
| parent | 31da2d6faa41043ce5e1ddc9b8f6ac0aacc49708 (diff) | |
[emacs] cleanup
Diffstat (limited to 'emacs/work_inits/05-helpful.el')
| -rw-r--r-- | emacs/work_inits/05-helpful.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/emacs/work_inits/05-helpful.el b/emacs/work_inits/05-helpful.el deleted file mode 100644 index f8ac203..0000000 --- a/emacs/work_inits/05-helpful.el +++ /dev/null @@ -1,17 +0,0 @@ -;; Time-stamp: <2019-01-26 12:49:57 (tslil@winslow)> - -(use-package helpful - :ensure t - :bind (("C-h f" . helpful-callable) - ("C-h v" . helpful-variable) - ("C-h k" . helpful-key) - ("C-h F" . helpful-function) - ("C-c h" . heplful-at-point)) - :config - (advice-add #'describe-key :override #'helpful-key) - (advice-add #'describe-function :override #'helpful-callable) - (advice-add #'describe-variable :override #'helpful-variable) - (advice-add #'describe-symbol :override #'helpful-symbol)) - -(use-package apropos - :config (setq apropos-do-all t)) |
