From f8778e805f014602a1bd4de287dcaf9585b2b1ee Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 28 Jan 2026 03:43:57 -0500 Subject: more wonderful changes --- .config/emacs/init.el | 27 ++++++++++++++++++--------- .config/emacs/lisp/proj | 2 +- 2 files changed, 19 insertions(+), 10 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 25c940b..25f5311 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -115,6 +115,7 @@ ;; some binds (global-set-key (kbd "C-c f") 'ff-find-other-file) (global-set-key (kbd "C-c c") 'recompile) +(global-set-key (kbd "C-") 'browse-url-xdg-open) ;; better commenting (use-package evil-nerd-commenter @@ -357,6 +358,14 @@ orig-result))) (advice-add 'lsp-resolve-final-command :around #'lsp-booster--advice-final-command) +;; == eglot +;; (use-package eglot +;; :ensure nil +;; :config +;; (add-to-list 'eglot-ignored-server-capabilities ':inlayHintProvider) +;; (add-to-list 'eglot-ignored-server-capabilities ':documentOnTypeFormattingProvider) +;; (add-hook 'eglot-mode-hook 'flymake-mode)) + ;; == dumb jump (use-package dumb-jump :init @@ -413,15 +422,15 @@ ("TAB" . nil) ("M-I" . nil))) -(use-package yasnippet - :bind - (:map yas-minor-mode-map - ("C-'". yas-expand) - ([(tab)] . nil) - ("TAB" . nil)) - :config - (yas-reload-all) - (yas-global-mode t)) +;; (use-package yasnippet +;; :bind +;; (:map yas-minor-mode-map +;; ("C-'". yas-expand) +;; ([(tab)] . nil) +;; ("TAB" . nil)) +;; :config +;; (yas-reload-all) +;; (yas-global-mode t)) (use-package yasnippet-snippets :after yasnippet) diff --git a/.config/emacs/lisp/proj b/.config/emacs/lisp/proj index 4f227e8..b84a1fe 160000 --- a/.config/emacs/lisp/proj +++ b/.config/emacs/lisp/proj @@ -1 +1 @@ -Subproject commit 4f227e82f37467ce1bb100eb660e21f9a9124635 +Subproject commit b84a1feb35a528d6bcfa4e807c0b416d23dfeebe -- cgit v1.2.3