mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Minor fixups
This commit is contained in:
parent
0725713e4c
commit
8ded588f2d
4 changed files with 5 additions and 3 deletions
|
|
@ -480,7 +480,7 @@
|
|||
"docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo"
|
||||
(:exclude
|
||||
".dir-locals.el" "lisp/.dir-locals.el"))))
|
||||
(quelpa cider :repo "pestctrl/cider" :branch "consecutive-overlays" :fetcher fetcher))
|
||||
(quelpa 'cider :repo "pestctrl/cider" :branch "consecutive-overlays" :fetcher fetcher))
|
||||
(autoload 'cider--make-result-overlay "cider-overlays")
|
||||
|
||||
(defun endless/eval-overlay (value point)
|
||||
|
|
|
|||
|
|
@ -41,3 +41,5 @@
|
|||
org-agenda-finalize-entries
|
||||
insert))
|
||||
(insert "\n")))))
|
||||
|
||||
(provide 'work-org-ql)
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
(require 'org-ql-custom-stuck-projects)
|
||||
(require 'org-delay)
|
||||
;; Redef some of org-ql stuff
|
||||
(load-file "~/.emacs.d/lisp/work-config/work-specific-org-project-redefs.el")
|
||||
(require 'work-org-ql)
|
||||
(require 'org-scan-tags-indent)
|
||||
(require 'work-org-autosync)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 99e3249932abfb0b5a79a49ad3a22f732ae9f2a7
|
||||
Subproject commit 799b36be641f0c8f7f84314c50072b77e466dd0e
|
||||
Loading…
Reference in a new issue