blob: d473ee365595fa4f1193214bdbf7b764a98b0a6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*-
;;; This format is meant to be slightly human-readable;
;;; nevertheless, you probably don't want to edit it.
;;; -*- End Of Bookmark File Format Version Stamp -*-
(("keys"
(filename . "~/.emacs.d/init.el")
(front-context-string . "(set-keys \"C-M-&")
(rear-context-string . "e-place-mode 1)\n")
(position . 2469))
("helm"
(filename . "~/.emacs.d/init.el")
(front-context-string . "(require 'helm)\n")
(rear-context-string . "m configuration\n")
(position . 784))
)
|