mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Trying devdocs
This commit is contained in:
parent
3b29bc4c80
commit
ba976f7f5d
3 changed files with 20 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue