Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Nov 20, 2024
1 parent 3246cae commit 4bf5149
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
21 changes: 5 additions & 16 deletions home-manager/programs/emacs/elisp/init.org
Original file line number Diff line number Diff line change
Expand Up @@ -1841,22 +1841,12 @@
#+end_src
*** TODO lsp-bridge
#+begin_src emacs-lisp :tangle yes
;; (eval-when-compile
;; (el-clone :repo "manateelazycat/lsp-bridge"))

;; (with-delayed-execution
;; (message "Install lsp-bridge...")
;; (add-to-list 'load-path (locate-user-emacs-file "el-clone/lsp-bridge"))

;; (autoload-if-found '(lsp-bridge-mode) "lsp-bridge" nil t)

;; (with-eval-after-load 'lsp-bridge
;; ;; config
;; (setopt lsp-bridge-php-lsp-server "phpactor")
(autoload-if-found '(lsp-bridge-mode) "lsp-bridge" nil t)

;; ;; keybind
;; (define-key lsp-bridge-mode-map (kbd "M-.") #'lsp-bridge-find-impl)
;; (define-key lsp-bridge-mode-map (kbd "C-c C-r") #'lsp-bridge-find-references)))
(with-eval-after-load 'lsp-bridge
;; keybind
(define-key lsp-bridge-mode-map (kbd "M-.") #'lsp-bridge-find-impl)
(define-key lsp-bridge-mode-map (kbd "C-c C-r") #'lsp-bridge-find-references))
#+end_src
** Syntax
*** syntax-subword
Expand Down Expand Up @@ -4724,7 +4714,6 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry

(with-eval-after-load 'org-roam-db
;; config
(setopt org-roam-database-connector 'sqlite)
(setq org-roam-db-gc-threshold (* 4 gc-cons-threshold)))
#+end_src
*** org-roam-capture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ with epkgs;
lsp-haskell
lsp-pyright
lsp-dart
# lsp-bridge
lsp-bridge

# Syntax
syntax-subword
Expand Down

0 comments on commit 4bf5149

Please sign in to comment.