Skip to content

Instantly share code, notes, and snippets.

;; then enter the text in that file's own buffer.
;; Initialization time: 15.0 seconds seconds.
;; Emacs profile: home-windows
;; then enter the text in that file's own buffer.
;; Initialization time: 15.0 seconds seconds.
;; Emacs profile: home-windows
30-Jun-15 11:39:50 AM
PS C:\Users\ale\local\opt\emacs > cd
# Directory Stack:
--- ----------------
0 C:\Users\ale
1 C:\Users\ale\src\MesaGrid
2 C:\Users\ale\local\opt\emacs\bin
-> 3 C:\Users\ale\local\opt\emacs
(featurep 'yagist)
https://gist.github.com/3f613edf681e2303c465
(featurep 'antani)
nil
@laynor
laynor / Keymap.fs
Last active August 29, 2015 14:21
Keymap
module Keymap =
type Modifier = Ctrl = 1 | Alt = 2 | Win = 4 | Shift = 8 | None = 0
type KeyStroke = Key of Modifier * string
type Keyseq = KeyStroke list
type CommandFn = Keyseq -> Unit
zsh /etc/
zsh /etc/zsh/
zsh /etc/zsh/zprofile
zsh /usr/
zsh /usr/bin/
zsh /usr/bin/zsh-5.0.7.exe
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
namespace XmlExample
{