diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 09:16:34 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 09:16:34 -0500 |
| commit | 84c0963ec2096148932ec4ce8529a029cf930121 (patch) | |
| tree | ffd8ac4fe27e24cf192b3b68d4ccbe190e79b3d7 /modules/system-utils.el | |
| parent | 315f0122ea041d02bb81ad7d4b112a20252cbba8 (diff) | |
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 <craigmartinjennings@gmail.com>
Date: Thu Apr 11 04:02:40 2024 -0500
removing unused faith.el
Diffstat (limited to 'modules/system-utils.el')
| -rw-r--r-- | modules/system-utils.el | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
