added custom bookmarks location

dev-docs
Moritz Böhme 2021-04-20 11:06:32 +02:00
parent 6cbf86f391
commit 06529caa7a
2 changed files with 12 additions and 0 deletions

10
.config/doom/bookmarks Normal file
View File

@ -0,0 +1,10 @@
;;;; 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))
)

View File

@ -53,3 +53,5 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) )
(setq bookmark-default-file "~/.config/doom/bookmarks")