Add emacs config fixes
This commit is contained in:
parent
4ace3e14d4
commit
dbb3d9fe2d
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
;;; config-upgrades.el --- Extra packages purely for dependencies -*- no-byte-compile: t; lexical-binding: t; -*-
|
||||
(use-package flymake)
|
||||
(use-package jsonrpc)
|
||||
;;(use-package compat)
|
||||
(use-package project)
|
||||
;; * Provide
|
||||
(provide 'config-upgrades)
|
||||
|
|
|
|||
|
|
@ -1453,7 +1453,8 @@ contextual information."
|
|||
("C-c t m" #'org-transclusion-transient-menu))
|
||||
|
||||
(use-package org-transclusion-font-lock
|
||||
:after org
|
||||
:after org-transclusion
|
||||
:ensure nil
|
||||
:config (org-transclusion-font-lock-mode +1))
|
||||
|
||||
;; **** Extra functionality
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue