diff options
author | John Ankarström <john@ankarstrom.se> | 2021-10-15 18:33:28 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-10-15 18:33:28 +0200 |
commit | 0b29ca95ea8e2fc96f1ce7f1193ab332dc917ad5 (patch) | |
tree | 77aea3f592f39d8c5a649126980adcb142db5211 /.emacs.d/bookmarks | |
download | ebsd-0b29ca95ea8e2fc96f1ce7f1193ab332dc917ad5.tar.gz |
First commit
Diffstat (limited to '.emacs.d/bookmarks')
-rw-r--r-- | .emacs.d/bookmarks | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.emacs.d/bookmarks b/.emacs.d/bookmarks new file mode 100644 index 0000000..d473ee3 --- /dev/null +++ b/.emacs.d/bookmarks @@ -0,0 +1,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)) +)
\ No newline at end of file |