Elisp Basics

After our MS Graph with PowerShell post, we now have a command-line program we can run to run MS Graph queries to retrieve information like contacts and calendar. The next step is to bring this into Emacs, and we're going to cover our basics in this post, and then discuss how to properly run the program asynchronoulsy next time to tie everything together.

Elisp Introduction

An Introduction to Programming in Emacs Lisp is a great gentle introduction to getting productive with elisp.

Here I present a shorter version on how to get going with elisp linking mostly to the reference docs, assuming that you already know a programming language.

This will more than cover everything that we need to integrate MS Graph into Emacs.

Code Organization

Based on the previous section, you should be able to following along and get things working with your own programs. Let's cover some practices on how to organize code then.

Using the Editor

Here are some of the most important reference points when working with the editor.

Happy Emacs Lisp coding!

Tags:  emacs

Home