Trying devdocs

This commit is contained in:
Emmet 2024-08-10 09:15:41 -05:00
parent 3b29bc4c80
commit ba976f7f5d
3 changed files with 20 additions and 1 deletions

View file

@ -165,6 +165,8 @@
(map! :leader :desc "Open dashboard" "b b" #'dashboard-refresh-buffer)
(setq scroll-conservatively 101)
;; Smooth scrolling
;; requires good-scroll.el
;;(good-scroll-mode 1)
@ -1592,6 +1594,11 @@ Please set the variable `org-directory' to the location where you keep your org
(map! :leader :desc "Find definition using lsp" "L d" #'lsp-find-definition)
;; devdocs are cool
(require 'devdocs)
(map! :leader :desc "Peruse devdocs" "L p" #'devdocs-peruse)
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
(after! vterm
(add-to-list 'vterm-tramp-shells '("ssh" "zsh")) ;; I use zsh on all my servers