From: Alex Date: Tue, 29 Apr 2025 14:52:28 +0000 (+0200) Subject: Fix comment syntax X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=ac9b85a7c08657e7cf1ad85e2e5a6f93a3d9375a;p=alex.git Fix comment syntax --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 3db0dc4..30a5158 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -56,7 +56,7 @@ ;; learn keyboard shortcuts (which-key-mode) -; for eglot snippet completion +;; for eglot snippet completion (use-package yasnippet :ensure t) (yas-global-mode 1)