blob: d0bf6d3624997b19b7557a3162d894bb41a08efb (
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 -*-
(("conf"
(filename . "~/.emacs.d/init.el")
(front-context-string . ";; Configuration")
(rear-context-string . "(point-max))))\n\n")
(position . 4099))
("helm"
(filename . "~/.emacs.d/init.el")
(front-context-string . "(require 'helm)\n")
(rear-context-string . "m configuration\n")
(position . 784))
)
|