From e5ff125e2e5f50ba51a41516f4c12e89fc0cbff1 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 21 Apr 2021 14:18:00 +0200 Subject: [PATCH] moved bookmarks file --- .config/doom/bookmarks | 10 ---------- .config/doom/config.el | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .config/doom/bookmarks diff --git a/.config/doom/bookmarks b/.config/doom/bookmarks deleted file mode 100644 index bf318a1..0000000 --- a/.config/doom/bookmarks +++ /dev/null @@ -1,10 +0,0 @@ -;;;; 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 -*- -(("bspwm" - (filename . "~/.config/bspwm/bspwmrc") - (front-context-string . "#!/bin/bash\n\n# M") - (rear-context-string) - (position . 1)) -) diff --git a/.config/doom/config.el b/.config/doom/config.el index 5bd3257..6b59f71 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -54,4 +54,4 @@ ;; they are implemented. (setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) ) -(setq bookmark-default-file "~/.config/doom/bookmarks") +(setq bookmark-default-file "~/.emacs.d/bookmarks")