From 481ceb9295aa6a7deea68bcc0be3ef35eaaa2354 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 28 Feb 2019 19:13:38 -0800 Subject: Move bookmarks configuration to emacs-config --- emacs/.emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9a70d09..b7d0da1 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -123,10 +123,6 @@ (diminish 'counsel-mode) -(eval-when-compile (require 'bookmark)) -(setq bookmark-default-file - (concat user-emacs-directory "data/bookmarks")) - (setq user-full-name "Tom Willemse" user-mail-address "tom@ryuslash.org") -- cgit v1.2.3-54-g00ecf