diff options
| author | verdant <i@glowisle.me> | 2026-05-02 00:17:22 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-05-02 00:17:22 +0800 |
| commit | 2fb72671c096779830912dbe84ba704ce695d879 (patch) | |
| tree | 39f6016e277f35e674c50f51ed6c819eeefeb2aa /bookmarks.eld | |
| parent | 6c38d42f1a17fee4d9ead9d146e88620cf780ec7 (diff) | |
| download | vemacs-2fb72671c096779830912dbe84ba704ce695d879.tar.gz vemacs-2fb72671c096779830912dbe84ba704ce695d879.zip | |
refactor: migrate configuration to a single org-mode file
Diffstat (limited to 'bookmarks.eld')
| -rw-r--r-- | bookmarks.eld | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/bookmarks.eld b/bookmarks.eld index 64a3eb1..a0f1d6e 100644 --- a/bookmarks.eld +++ b/bookmarks.eld @@ -2,12 +2,24 @@ ;;; 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 -*- -((".emacs.d" - (filename . "~/.emacs.d/") - (front-context-string . "core\n -rw-r--r-") - (rear-context-string . "96 Apr 24 23:58 ") - (position . 274) - (last-modified 27116 5874 383590 841000)) +(("sicp" + (filename . "~/dev/SICP/") + (front-context-string . " -rw-r--r-- 1 ") + (rear-context-string . "Apr 26 09:44 ..\n") + (position . 138) + (last-modified 27117 36230 984757 78000)) +("leetcode" + (filename . "~/dev/Leetcode/") + (front-context-string . "3783\n drwxr-xr-") + (rear-context-string . "96 Apr 22 22:46 ") + (position . 965) + (last-modified 27116 14552 772552 90000)) +(".emacs.d" + (filename . "~/.emacs.d/") + (front-context-string . "core\n -rw-r--r-") + (rear-context-string . "96 Apr 24 23:58 ") + (position . 274) + (last-modified 27116 5874 383590 841000)) ("blog" (filename . "~/blog/") (front-context-string . "archetypes\n drw") |
