/cingle

run C/C++ files on vterm with a single keystroke

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

A simple function which runs c/c++ files on emacs using a single keystroke.

Currently only works on systems with clang installed and uses the vterm package.

Installation:

Clone the repo to your .emacs.d or .emacs and require it in your init file.

If you use use-package

(use-package cingle
  :straight (:host github :repo "akshitkr/cingle"
                   :branch "master"))

should work.

Usage

cingle in a c/c++ buffer should run the file in a vterm window (spawns a new window if there isn’t one already).