At this point, we have copied over all of core.el from el-get
EXCEPT for the treesit settings, which I am purposely ignoring until I understand what has changed in the latest Emacs versions. I think many of those settings are no longer necessary
This commit is contained in:
parent
58c1502123
commit
701a593b54
2 changed files with 2 additions and 2 deletions
|
@ -4590,7 +4590,7 @@ Prot is the developer and maintainer of this package.
|
|||
(setq denote-buffer-has-backlinks-string " (<--->)")
|
||||
(setq denote-backlinks-show-context t)
|
||||
(setq denote-org-store-link-to-heading t)
|
||||
|
||||
|
||||
;; Journal settings
|
||||
(setq denote-journal-extras-keyword "")
|
||||
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
(setq denote-buffer-has-backlinks-string " (<--->)")
|
||||
(setq denote-backlinks-show-context t)
|
||||
(setq denote-org-store-link-to-heading t)
|
||||
|
||||
|
||||
;; Journal settings
|
||||
(setq denote-journal-extras-keyword "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue