~ruther/emacs.d

bc4a59e36cbdf26861fee83594f1862aab46ffd7 — Rutherther 10 months ago 601448c
feat: helpful package
1 files changed, 11 insertions(+), 9 deletions(-)

M init.el
M init.el => init.el +11 -9
@@ 1,14 1,6 @@
; use elpaca.el for package management
;;
;; load envs (exec-path-from-shell)
;;
;; lsp-mode? or eglot
;;      C, C++
;;      Rust
;;      VHDL, Verilog
;;      Nix
;;      Latex + templates
;; flycheck
;; pdf tools

(add-to-list 'load-path (locate-user-emacs-file "lisp/"))


@@ 403,7 395,17 @@
        '(read-only t cursor-intangible t face minibuffer-prompt)))

;; Help
;; TODO: helpful
(my-use-package helpful
  :ensure t
  :general
  (my-leader
    "d d" '(helpful-at-point))
  :bind (
    ([remap describe-function] . helpful-function)
    ([remap describe-variable] . helpful-variable)
    ([remap describe-key] . helpful-key)
    ([remap describe-command] . helpful-command)
    ([remap describe-symbol] . helpful-symbol)))

;; Projects
(my-use-package projectile

Do not follow this link