added custom bookmarks location
parent
6cbf86f391
commit
06529caa7a
|
@ -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))
|
||||||
|
)
|
|
@ -53,3 +53,5 @@
|
||||||
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
(setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) )
|
(setq doom-font (font-spec :family "FiraCode Nerd Font Mono" :size 13) )
|
||||||
|
|
||||||
|
(setq bookmark-default-file "~/.config/doom/bookmarks")
|
||||||
|
|
Loading…
Reference in New Issue