mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Some random emacs fixes + added kotlin lang server
This commit is contained in:
parent
8a6c09cd61
commit
21a35c436b
3 changed files with 20 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;------ User configuration ------;;;
|
||||
(setq use-package-always-defer t)
|
||||
|
||||
;; Import relevant system variables from flake (see doom.nix)
|
||||
;; includes variables like user-full-name, user-username, user-home-directory, user-email-address, doom-font,
|
||||
|
@ -1551,6 +1552,8 @@ If the path from LINK does not exist, nil is returned."
|
|||
orig-result)))
|
||||
(advice-add 'lsp-resolve-final-command :around #'lsp-booster--advice-final-command)
|
||||
|
||||
(map! :leader :desc "Find definition using lsp" "L d" #'lsp-find-definition)
|
||||
|
||||
(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