Emacs: Load Forge explicitly.

master
Pierre Neidhardt 2019-11-13 14:43:41 +01:00
parent 5ff691e31e
commit 456843d701
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@
(when (require 'magit-todos nil t)
;; REVIEW: Default scanner does not work on Guix because Git needs be compiled with PCRE.
(setq magit-todos-scanner #'magit-todos--scan-with-find|grep)
(magit-todos-mode)))
(magit-todos-mode))
(require 'forge nil 'noerror))
(when (fboundp 'magit-status)
(global-set-key (kbd "C-x g") 'magit-status))
(with-eval-after-load 'orgit