Skip to content

Commit

Permalink
add: bpftrace support
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Dec 9, 2024
1 parent 32786db commit 644441b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,11 @@ See [[http://xahlee.info/emacs/emacs/emacs_perl_vs_cperl_mode.html][Xah -- Emacs
(use-package nftables-mode
:ensure t)
#+end_src
** bpftrace
#+begin_src emacs-lisp
(use-package bpftrace-mode
:ensure t)
#+end_src
* Calculator
See [[info:calc#Top][calc#Top]]. Try =C-x * ?= (=calc-mode-dispatch=). Or dive in with =C-x * Q=
to "math" it up in the minibuffer then place the result in the kill-ring
Expand Down

0 comments on commit 644441b

Please sign in to comment.