Compare commits
2 Commits
65177e5fb2
...
3139541bb9
| Author | SHA1 | Date | |
|---|---|---|---|
| 3139541bb9 | |||
| 25d7a72fd6 |
6
init.el
6
init.el
@ -154,7 +154,8 @@
|
|||||||
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
|
||||||
|
|
||||||
@ -1611,7 +1612,8 @@ 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