Skip to content

Commit f7747da

Browse files
committed
Fix #67: unnecessary 'mode' setting
1 parent afe549b commit f7747da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

c++-mode/.yas-setup.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
;; -*- mode: emacs-lisp-mode; -*-
2-
31
(defun doom-snippets-c++-using-std-p ()
42
"Return non-nil if 'using namespace std' is found at the top of this file."
53
(save-excursion
@@ -15,4 +13,4 @@ If found, the class name is returned, otherwise STR is returned"
1513

1614
(defun doom-snippets-c++-class-method-decl-choice ()
1715
"Choose and return the end of a C++11 class method declaration"
18-
(yas-choose-value '(";" " = default;" " = delete;")))
16+
(yas-choose-value '(";" " = default;" " = delete;")))

0 commit comments

Comments
 (0)