Compare commits
No commits in common. "3139541bb994683fa7e4246a0ad208d536f8592c" and "65177e5fb22c17a6b4238f6be6925aa38cdaab9c" have entirely different histories.
3139541bb9
...
65177e5fb2
6
init.el
6
init.el
@ -154,8 +154,7 @@
|
|||||||
help-enable-symbol-autoload t
|
help-enable-symbol-autoload t
|
||||||
describe-bindings-outline t
|
describe-bindings-outline t
|
||||||
redisplay-skip-fontification-on-input t
|
redisplay-skip-fontification-on-input t
|
||||||
async-shell-command-buffer 'new-buffer
|
async-shell-command-buffer 'new-buffer)
|
||||||
sort-fold-case t)
|
|
||||||
|
|
||||||
(setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt
|
(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
|
:config (progn
|
||||||
;; Add default generic Gitea handler for URLs containing “gitea”.
|
;; 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-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-commit-remote-alist '("gitea" git-link-commit-gitea) t)))
|
||||||
(add-to-list 'git-link-homepage-remote-alist '("gitea" git-link-homepage-github) t)))
|
|
||||||
|
|
||||||
(use-package highlight-indentation
|
(use-package highlight-indentation
|
||||||
:commands highlight-indentation-mode)
|
:commands highlight-indentation-mode)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user