17 thousand subscribers
154 videos
Do you know about the Emacs Lisp function split-line? | back-to-indentation, split-line
How to display the documentation of the symbol at point Emacs Lisp? | symbol-at-point
How to write buffer region into a file in Emacs Lisp? | write-region, make-directory
How to select a word in a list with minibuffer completion in Emacs Lisp? | completing-read
How to loop over the window list of the selected frame in Emacs Lisp? | window-list, window-buffer
How to save and restore the selected window in Emacs Lisp? | save-selected-window
How to stop displaying calls to message in Emacs Lisp? | inhibit-message, sleep-for
How to move the point around in buffers in Emacs Lisp? | point, point-min, point-max, goto-char
How to start a shell in a window below in Emacs Lisp? | select-window, split-window-below, shell
How to copy the current line below in Emacs Lisp? | buffer-substring, save-excursion, forward-line
How to run a unix utility on file at point in dired in Emacs Lisp? | dired-file-name-at-point
How to swap elements in vectors in Emacs Lisp? | cl-rotatef
How to modify headlines programmatically
i3 window manager #2 ▫ Workflow using emacs/git/terminal/chrome
Get started with cln-grpc plugin | live #15
How to match 47 characters in a string with Emacs Lisp? | string-match
Start reading Emacs Lisp code TODAY
How to manipulate property lists in Emacs Lisp? plist-member, plist-get
How to trim strings in Emacs Lisp? string-trim, string-trim-left, string-trim-right
How to replace regexp matches in a string in Emacs Lisp? | replace-regexp-in-string
Core Lightning implementation of BOLT #11 invoices - part 5 | live #21
Do you know how to capitalize a string in Emacs Lisp? | capitalize, upcase, downcase
What does Org parsed tree look like in Emacs Lisp? | org-element-parse-buffer
How to define a command that works on the selected region in Emacs Lisp? | interactive
How to get the substring of a string in Emacs Lisp? | substring
Do you know inferior-emacs-lisp-mode for playing with Emacs Lisp? | ielm
Do you kwow how to generate ISO 8601 dates in Emacs Lisp? | format-time-string
How to run some Emacs Lisp code in batch mode #2? --batch, --eval, --load, princ, read-string
How to throw and test errors in Emacs Lisp?
How to create a temporary file in Emacs Lisp? | make-temp-file, write-region, find-file
How to convert a filename into an absolute filename in Emacs Lisp? | expand-file-name
Core Lightning implementation of BOLT #11 invoices - part 3 | live #19
EmacsConf 2023 - one.el the static site generator for Emacs Lisp Programmers
What commands do you use to evaluate Emacs Lisp expressions? | eval-last-sexp, eval-defun
Core Lightning implementation of BOLT #11 invoices - part 7 | live #23
Start writing Core Lightning plugins with pyln-client TODAY! | LNROOM #10
Create invoices with a Node.JS cli using lnmessage and commando | LNROOM #21
Getting started with Emacs client/server | Inside Emacs #5 (part 1)
How to copy the content of a directory in Emacs Lisp? | copy-directory
How to make Emacs unusable using the hook post-self-insert-hook? | self-insert-command
How to modify the content of a file in Emacs Lisp? | find-file-noselect
Do you know about save-match-data macro in Emacs Lisp? | re-search-forward, match-string
Core Lightning implementation of BOLT #11 invoices - part 1 | live #17