Compare commits

..

No commits in common. "3139541bb994683fa7e4246a0ad208d536f8592c" and "65177e5fb22c17a6b4238f6be6925aa38cdaab9c" have entirely different histories.

View File

@ -154,8 +154,7 @@
help-enable-symbol-autoload t
describe-bindings-outline t
redisplay-skip-fontification-on-input t
async-shell-command-buffer 'new-buffer
sort-fold-case t)
async-shell-command-buffer 'new-buffer)
(setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt
@ -1612,8 +1611,7 @@ Note that this workaround is incomplete, as explained in this comment."
:config (progn
;; Add default generic Gitea handler for URLs containing “gitea”.
(add-to-list 'git-link-remote-alist '("gitea" git-link-gitea) t)
(add-to-list 'git-link-commit-remote-alist '("gitea" git-link-commit-gitea) t)
(add-to-list 'git-link-homepage-remote-alist '("gitea" git-link-homepage-github) t)))
(add-to-list 'git-link-commit-remote-alist '("gitea" git-link-commit-gitea) t)))
(use-package highlight-indentation
:commands highlight-indentation-mode)