fix(cc): remove redundant flycheck_cpp and update anki snippets

This commit is contained in:
2026-03-23 22:51:40 +08:00
parent 7d6e9f500b
commit a06f2f5b18
3 changed files with 3 additions and 58 deletions
+3 -4
View File
@@ -2,14 +2,13 @@
# name: Anki Basic (Subheadings)
# key: ab
# --
* ${1:Title} :study_card:
* ${1:Title}
:PROPERTIES:
:ANKI_NOTE_TYPE: Basic
:ANKI_DECK: ${2:Default}
:END:
** Front
$3
$2
** Back
$4
$3
-11
View File
@@ -1,11 +0,0 @@
# -*- mode: snippet -*-
# name: Anki Multiline (Org-Anki Standard)
# key: am
# --
* ${1:Card Title/ID} :study_card:
:PROPERTIES:
:ANKI_NOTE_TYPE: Basic
:ANKI_BACK: ${3:Short Answer or "See below"}
:END:
${2:Detailed multiline question goes here...}