From 84c0963ec2096148932ec4ce8529a029cf930121 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 11 Apr 2024 09:16:34 -0500 Subject: removing persistent scratch package; move jump-to=keymap - persistent scratch throws errors when I don't want them instead of managing the errors, it's easier to remove the package - move jump-to key map to where we declare the files - user constants commit 96e86219094cfe000271dfb1f651abe5b1a42175 Author: Craig Jennings Date: Thu Apr 11 04:02:40 2024 -0500 removing unused faith.el --- modules/system-utils.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules/system-utils.el') diff --git a/modules/system-utils.el b/modules/system-utils.el index 62f73dc8..0592f928 100644 --- a/modules/system-utils.el +++ b/modules/system-utils.el @@ -168,14 +168,6 @@ Don't automatically display output buffers, but keep them in buffer list." ;; make scratch buffer an org-mode buffer (setq initial-major-mode 'org-mode) -;; persists scratch contents between Emacs sessions -(use-package persistent-scratch - :defer .5 - :custom - (persistent-scratch-save-file (expand-file-name ".scratch" user-emacs-directory)) - :config - (persistent-scratch-setup-default)) - ;; -------------------------------- World Clock -------------------------------- ;; displays current time in various timezones -- cgit v1.2.3