aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 3db0dc45..30a51581 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)