From 3adab44f55a3f2d81a95ecde4698057605d80ddf Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 19 Sep 2022 07:03:41 -0500 Subject: add a feed --- init-el.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init-el.org b/init-el.org index 7be3f5a..888bc28 100644 --- a/init-el.org +++ b/init-el.org @@ -1246,6 +1246,7 @@ mu index (setq elfeed-feeds '( + ("https://compilerspotlight.substack.com/feed" frontpage plt programming) ("https://pointersgonewild.com/feed/" frontpage blog programming) ("https://hackaday.com/blog/feed/" frontpage) ("https://kevinlynagh.com/feed.xml" programming frontpage) @@ -1895,6 +1896,14 @@ from debian contrib #+RESULTS: wasm-setup : wat-mode ** CPP development +*** Notes + + + tags (ctags, etags) index file storing language objects from + different sources, sued for code navigation + + gnu global source code tagging system + + cmake [[https://github.com/atilaneves/cmake-ide][cmake-ide]] is a package to "enable ide-like features" for + "cmake" projects. + *** Language Server :prereq: clangd is the language server, [[https://github.com/rizsotto/Bear][bear]] is "a tool that generates -- cgit v1.2.3