Skip to content

Instantly share code, notes, and snippets.

View tpolvinen's full-sized avatar

Tatu Polvinen tpolvinen

  • University of Helsinki
  • Helsinki
View GitHub Profile
@tpolvinen
tpolvinen / crbasic-mode.el
Created March 30, 2021 07:55 — forked from mlt/crbasic-mode.el
CR1 editing mode for CRBasic used in LoggerNet software from Campbell Scientific
;;; crbasic-mode.el --- CR1 editing mode
;; Copyright (C) 2014 Mikhail Titov
;; Author: Mikhail Titov <[email protected]>
;; URL: https://
;; Keywords: crbasic, cr1
;; Version: 1.0.0
;; This program is free software; you can redistribute it and/or modify
@tpolvinen
tpolvinen / emacs-cheat-sheet.md
Created July 6, 2019 07:03 — forked from dherman/emacs-cheat-sheet.md
My emacs cheat sheet

In penance for cracking stupid jokes on Twitter, here's my Emacs cheat sheet. Emacs has a steep learning curve, so I've tried to order them by importance so you could learn them in stages.

One overall rule of thumb: pay attention to the minibuffer (the line at the bottom of the editor). It will often guide you through a process, and also gives you hints about what state you're in, such as the middle of a multi-chord sequence.

The other rule of thumb: when in doubt, C-g it out.

Basics (mandatory)

You simply can't get by without having these at your fingertips.