From a03768046bee763fb4372b55f83c7d806eec3379 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 21 Apr 2021 14:23:33 +0200 Subject: [PATCH] removed bookmarks file --- .config/doom/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 6b59f71..a1a5d0e 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -53,5 +53,3 @@ ;; 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 "~/.emacs.d/bookmarks")