diff options
author | John Ankarström <john@ankarstrom.se> | 2021-10-16 01:54:41 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-10-16 01:54:41 +0200 |
commit | 1bd127e2371ddf3274e26e7f4c03d25e53562f05 (patch) | |
tree | f4ecb6e2fa971ea25df3736442460700fea24b6e /.emacs.d/bookmarks | |
parent | c154c8c7278f288a31d85cac54462f4917927566 (diff) | |
download | ebsd-1bd127e2371ddf3274e26e7f4c03d25e53562f05.tar.gz |
Update init.el
Diffstat (limited to '.emacs.d/bookmarks')
-rw-r--r-- | .emacs.d/bookmarks | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/bookmarks b/.emacs.d/bookmarks index d473ee3..d0bf6d3 100644 --- a/.emacs.d/bookmarks +++ b/.emacs.d/bookmarks @@ -2,11 +2,11 @@ ;;; 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" +(("conf" (filename . "~/.emacs.d/init.el") - (front-context-string . "(set-keys \"C-M-&") - (rear-context-string . "e-place-mode 1)\n") - (position . 2469)) + (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") |