Skip to content

Instantly share code, notes, and snippets.

View egarson's full-sized avatar
💭
___________________________________

Edward Garson egarson

💭
___________________________________
View GitHub Profile
@egarson
egarson / cloudSettings
Last active February 12, 2020 17:02
VS Code settings
{"lastUpload":"2020-02-12T17:02:29.430Z","extensionVersion":"v3.4.3"}
@egarson
egarson / greek-letters-abbrevs.el
Created June 17, 2013 20:52
Emacs abbrev table for Greek lower- and upper-case letters. See abbrev-mode for more.
(define-abbrev-table 'greek-abbrev-table
'(
;; Greek small letters
("8al" "α")
("8be" "β")
("8ga" "γ")
("8de" "δ")
("8ep" "ε")
("8ze" "ζ")
("8et" "η")