From ca6b4321f339e65ecc26b7eeb589fe47c23fe0bb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 12 Oct 2021 00:02:21 -0500 Subject: Remove commented and restart-emacs --- init.el | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 179f078..09bd7f4 100644 --- a/init.el +++ b/init.el @@ -2344,29 +2344,6 @@ the default is \"/\"." :repo "jschaf/powershell.el") (acdw/system :work))) -;; (setup (:straight persistent-scratch) -;; (:option persistent-scratch-backup-directory (acdw/dir "scratch" t) -;; persistent-scratch-keep-n-newest-backups 12 -;; persistent-scratch-what-to-save '(point)) - -;; (persistent-scratch-setup-default) - -;; (mapc (lambda (buf) -;; (with-current-buffer buf -;; (when (funcall persistent-scratch-scratch-buffer-p-function) -;; (persistent-scratch-mode +1)))) -;; (buffer-list))) - -(setup (:straight restart-emacs) - (defun emacs-upgrade (&optional update-packages) - "Pull config, upgrade packages, restart Emacs." - (interactive "P") - (emacs-git-pull-config) - (when update-packages - (require 'straight-x) - (straight-x-pull-all)) - (restart-emacs))) - (setup (:straight (shell-command+ :host nil :repo "https://git.sr.ht/~pkal/shell-command-plus")) -- cgit 1.4.1-21-gabe81