Skip to content

Commit

Permalink
upgrade dependency req to org 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevoke committed Dec 24, 2021
1 parent b00390e commit b70faeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions dev/.emacs
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
;; (defvar bootstrap-version)
;; (let ((bootstrap-file
;; (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
;; (bootstrap-version 5))
;; (unless (file-exists-p bootstrap-file)
;; (with-current-buffer
;; (url-retrieve-synchronously
;; "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
;; 'silent 'inhibit-cookies)
;; (goto-char (point-max))
;; (eval-print-last-sexp)))
;; (load bootstrap-file nil 'nomessage))

(require 'package)

(unless (package-installed-p 'quelpa)
Expand All @@ -36,15 +23,3 @@

(show-paren-mode)

(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages '(org-gtd quelpa-use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
2 changes: 1 addition & 1 deletion org-gtd.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Aldric Giacomoni <[email protected]>
;; Homepage: https://github.com/Trevoke/org-gtd.el
;; Package-Requires: ((emacs "27.1") (org-edna "1.1.2") (f "0.20.0") (org "9.3.1") (org-agenda-property "1.3.1") (transient "0.3.7"))
;; Package-Requires: ((emacs "27.1") (org-edna "1.1.2") (f "0.20.0") (org "9.5.1") (org-agenda-property "1.3.1") (transient "0.3.7"))
;; Package-Version: 2.0.0

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit b70faeb

Please sign in to comment.