mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-13 02:01:58 -07:00
parent
dd72eac197
commit
9530c6fbfa
1 changed files with 6 additions and 1 deletions
|
|
@ -190,7 +190,12 @@ FUNCTION
|
|||
(if (derived-mode-p 'org-mode)
|
||||
(org-reveal '(4))
|
||||
(require 'reveal)
|
||||
(reveal-post-command)))))
|
||||
(reveal-post-command))))
|
||||
|
||||
;; HACK: See magit/magit#5320: large/long status buffers can change the
|
||||
;; behavior of motions and TAB in obscure ways.
|
||||
;; REVIEW: REmove when magit/magit#5320 is addressed.
|
||||
(setq-hook! 'magit-status-mode-hook long-line-threshold nil))
|
||||
|
||||
|
||||
(use-package! forge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue